From 384e98380efb32ec9ca0f26ab1147fe3d6f03ad3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Mar 2015 10:58:16 +0800 Subject: [PATCH] MTrackWeb/Roo.php --- MTrackWeb/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2