Pman/Login.php
[Pman.Base] / Pman / Login.php
index 4ae8f6b..ec6f8cd 100644 (file)
@@ -109,6 +109,7 @@ class Pman_Login extends Pman
         
         
         // basically calls Pman_MODULE_Login::sendAuthUserDetails($aur) on all the modules
+        var_dump($this->modules());
         foreach($this->modules() as $m) {
             var_dump($this->rootDir.'/Pman/'.$m.'/Login.php');
             if (!file_exists($this->rootDir.'/Pman/'.$m.'/Login.php')) {