From: Alan Knowles Date: Sun, 13 Mar 2011 13:58:07 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=abe02aa83bc8f22d4c1c20ea7eaf5a6ca81d972b Pman/Login.php --- 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');