From: Alan Knowles Date: Wed, 20 Apr 2011 07:59:28 +0000 (+0800) Subject: MTrackWeb.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=1cdaac9105f6e9033f90c27a1c9883b53298fec3 MTrackWeb.php --- diff --git a/MTrackWeb.php b/MTrackWeb.php index fca72ec5..2e636e44 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -48,6 +48,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page // all permissions to view public stuff. return true; } + DB_DataObject::debugLevel(1); if (!$this->authUser->hasPerm($what, $cando)) { echo "NO PERMS $what $cando"; echo '
'; print_r($this->authUser->getPerms());