From d8dfa5e102978206f39576ee82330fe8dd87ca0e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Mar 2011 22:28:25 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;
-- 
2.39.2