1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-07 07:01:29 +01:00

fixed bug on login

This commit is contained in:
Savetheinternet 2011-03-26 19:11:48 +11:00
parent 6c0ea89f5e
commit d952f8a475

View File

@ -81,6 +81,7 @@
die(Element('page.html', Array( die(Element('page.html', Array(
'index'=>$config['root'], 'index'=>$config['root'],
'title'=>'Login', 'title'=>'Login',
'config'=>$config,
'body'=>Element('login.html', Array( 'body'=>Element('login.html', Array(
'config'=>$config, 'config'=>$config,
'error'=>$error, 'error'=>$error,