Merge pull request #1440 from PEMapModder/cr-br-6

Fixed a typo at PermissibleBase
This commit is contained in:
Shoghi Cervantes 2014-05-17 21:38:36 +02:00
commit f668a41f57

View File

@ -69,7 +69,7 @@ class PermissibleBase implements Permissible{
*/ */
public function setOp($value){ public function setOp($value){
if($this->opable === null){ 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; return;
}else{ }else{