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

index 0daa8ba..ff58ca4 100644 (file)
@@ -192,7 +192,7 @@ class MTrackWeb extends HTML_FlexyFramework_Page
             return true; // we do allow people in this far..
         }
         $this->authUserArray = $this->authUser->toArray();
-        unset($this->authUserArray['passwd'])
+        unset($this->authUserArray['passwd']);
          
         // timezone setting... -- this may be a good addon to our core person class.