RooTrait.php
[Pman.Core] / RooTrait.php
index 23cbfd9..f29ec12 100644 (file)
@@ -162,6 +162,7 @@ trait Pman_Core_RooTrait {
         if ($obj->checkPerm($lvl, $this->getAuthUser(), $req))  {
             return true;
         }
+        
         return false;
     }