Pman/Login.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 13:58:07 +0000 (21:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 13:58:07 +0000 (21:58 +0800)
Pman/Login.php

index de7f10c..0a19f69 100644 (file)
@@ -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');