From: Alan Knowles Date: Sun, 13 Mar 2011 14:01:08 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=aa7ae47e19b0a5f1065d62c0b2045467b5739d06 Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index ceafd2b..4f6af4b 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 - foreach($this->modules as $m) { + foreach($this->modules() as $m) { if (!file_exists($this->rootDir.'/Pman/'.$m.'/Login.php')) { continue;