Fixed path to the login form.

dev
Loic d'Anterroches 2008-11-18 09:59:11 +01:00
parent 18da9ed72f
commit 7e1f5bb029
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ class IDF_Views
return new Pluf_HTTP_Response_Redirect($url);
}
$v = new Pluf_Views();
return $v->login($request, $match, Pluf::f('login_success_url'));
return $v->login($request, $match, Pluf::f('login_success_url'),
array(), 'idf/login_form.html');
}
/**