MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 20 Apr 2011 07:59:28 +0000 (15:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 20 Apr 2011 07:59:28 +0000 (15:59 +0800)
MTrackWeb.php

index fca72ec..2e636e4 100644 (file)
@@ -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 '<PRE>'; print_r($this->authUser->getPerms());