MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Jul 2011 08:33:34 +0000 (16:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Jul 2011 08:33:34 +0000 (16:33 +0800)
MTrackWeb.php

index 865462c..c6935fa 100644 (file)
@@ -233,6 +233,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
         if (!$this->authUser) {
             return true; // we do allow people in this far..
         }
+        // very public??
         $this->authUserArray = $this->authUser->toArray();
         unset($this->authUserArray['passwd']);