From: Alan Knowles Date: Thu, 19 Mar 2015 02:58:16 +0000 (+0800) Subject: MTrackWeb/Roo.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=384e98380efb32ec9ca0f26ab1147fe3d6f03ad3 MTrackWeb/Roo.php --- diff --git a/MTrackWeb/Roo.php b/MTrackWeb/Roo.php index 6560e97b..ebfb8f15 100644 --- a/MTrackWeb/Roo.php +++ b/MTrackWeb/Roo.php @@ -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.