From dd876f364107a3bd129e746f4140dfc563dd7175 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Mar 2011 21:49:27 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 ++++ 1 file changed, 4 insertions(+) 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'); -- 2.39.2