MTrackWeb/Roo.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:58:16 +0000 (10:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:58:16 +0000 (10:58 +0800)
MTrackWeb/Roo.php

index 6560e97..ebfb8f1 100644 (file)
@@ -48,13 +48,13 @@ class MTrackWeb_Roo extends Pman_Roo
     
     function checkPerm($obj, $lvl, $req=null)
     {
-        if ($this->authUser) {
+        //if ($this->authUser) {
             $res = parent::checkPerm($obj,$lvl,$req);
             
             if ($res) {
                 return $res;
             }
-        }
+        //}
         // not authenticated...
          
         // these checks only apply to non-company users.