From: Alan Knowles Date: Fri, 1 Apr 2011 10:15:57 +0000 (+0800) Subject: MTrackWeb.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=9ba6b80c915efb30abc697a5837e82ac713b83e0 MTrackWeb.php --- diff --git a/MTrackWeb.php b/MTrackWeb.php index 0daa8baa..ff58ca49 100644 --- a/MTrackWeb.php +++ b/MTrackWeb.php @@ -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.