From: Alan Knowles Date: Sun, 13 Mar 2011 13:59:15 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=131a2658a34de2a7429a9358f5bd02d857f8627f Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index cfc7824..ceafd2b 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -115,6 +115,9 @@ class Pman_Login extends Pman continue; } $cls = 'Pman_'.$m.'_Login'; + require_once 'Pman/'.$m.'/Login.php'; + $x = new $cls; + $aur = $x->sendAuthUserDetails($aur); }