From b64604ca30c391f015cb077dca140ad65338fb8b Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 26 Mar 2011 19:11:48 +1100 Subject: [PATCH] fixed bug on login --- inc/display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/display.php b/inc/display.php index 966ddab6..88976457 100644 --- a/inc/display.php +++ b/inc/display.php @@ -81,6 +81,7 @@ die(Element('page.html', Array( 'index'=>$config['root'], 'title'=>'Login', + 'config'=>$config, 'body'=>Element('login.html', Array( 'config'=>$config, 'error'=>$error,