From abe02aa83bc8f22d4c1c20ea7eaf5a6ca81d972b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Mar 2011 21:58:07 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pman/Login.php b/Pman/Login.php index de7f10c..0a19f69 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -109,7 +109,12 @@ class Pman_Login extends Pman // basically calls Pman_MODULE_Login::sendAuthUserDetails($aur) on all the modules + foreach($this->modules as $m) { + if (file_exists($this->rootDir.'/Pman/'.$m.'/Login.php')) + } + + if ($this->hasModule('Fax')) { // should check fax module??? $f = DB_DataObject::factory('Fax_Queue'); -- 2.39.2