From: Alan Knowles Date: Sun, 13 Mar 2011 14:28:25 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=d8dfa5e102978206f39576ee82330fe8dd87ca0e Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 5b1cd01..026b347 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -109,7 +109,7 @@ class Pman_Login extends Pman // basically calls Pman_MODULE_Login::sendAuthUserDetails($aur) on all the modules - + echo '
'; print_r($this->modules());
         foreach($this->modules() as $m) {
             if (!file_exists($this->rootDir.'/Pman/'.$m.'/Login.php')) {
                 continue;