MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 1 Apr 2011 10:15:28 +0000 (18:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 1 Apr 2011 10:15:28 +0000 (18:15 +0800)
MTrackWeb.php

index eb26fda..d6e6ea4 100644 (file)
@@ -185,12 +185,13 @@ class MTrackWeb extends HTML_FlexyFramework_Page
         //MTrackConfig::boot(); // eak.. .remove me...
       
         $this->authUser = DB_DataObject::factory('Person')->getAuthUser();
+        
         $this->loadProjectList();
         
         if (!$this->authUser) {
             return true; // we do allow people in this far..
         }
-        
+        $this->authUserArray = $this->authUser->toArray();
          
         // timezone setting... -- this may be a good addon to our core person class.