From 19bce8d229aef85ebb2baa279322ae47005c6805 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 13 Mar 2011 22:26:23 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index ec6f8cd..5b1cd01 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -109,9 +109,8 @@ 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')) { continue; } -- 2.39.2