Pman/Login.php
[Pman.Base] / Pman / Login.php
index d4e2b5c..0a19f69 100644 (file)
@@ -106,6 +106,15 @@ class Pman_Login extends Pman
          
         /** -- these need modulizing somehow! **/
         
+        
+        
+        // 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');