MTrackWeb/Roo.php
[web.mtrack] / 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.