Fixed a typo

(Is this really a typo? But it seems so...)
This commit is contained in:
PEMapModder 2014-05-12 19:23:37 +08:00
parent 59392ac4e9
commit 92169f4288

View File

@ -69,7 +69,7 @@ class PermissibleBase implements Permissible{
*/
public function setOp($value){
if($this->opable === null){
trigger_error("Cannot change ip value as no ServerOperator is set", E_USER_WARNING);
trigger_error("Cannot change op value as no ServerOperator is set", E_USER_WARNING);
return;
}else{
@ -217,4 +217,4 @@ class PermissibleBase implements Permissible{
public function getEffectivePermissions(){
return $this->permissions;
}
}
}