From: Alan Knowles Date: Sun, 13 Mar 2011 13:49:27 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=dd876f364107a3bd129e746f4140dfc563dd7175 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index d4e2b5c..de7f10c 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -106,6 +106,10 @@ class Pman_Login extends Pman /** -- these need modulizing somehow! **/ + + + // basically calls Pman_MODULE_Login::sendAuthUserDetails($aur) on all the modules + if ($this->hasModule('Fax')) { // should check fax module??? $f = DB_DataObject::factory('Fax_Queue');