Pman/Login.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 14:26:03 +0000 (22:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 14:26:03 +0000 (22:26 +0800)
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')) {