Arealist should be AreaList
This commit is contained in:
parent
9762d95cef
commit
996b8cf99b
@ -82,7 +82,7 @@ final class Areafix extends Process
|
|||||||
// Some commands are reserved words
|
// Some commands are reserved words
|
||||||
switch ($x=strtolower(substr($command[0],1))) {
|
switch ($x=strtolower(substr($command[0],1))) {
|
||||||
case 'list':
|
case 'list':
|
||||||
$class = self::areafix_commands.'Arealist';
|
$class = self::areafix_commands.'AreaList';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user