From 7e1f5bb0298651e62870f9a801b57bde1ae3ed1d Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 18 Nov 2008 09:59:11 +0100 Subject: [PATCH] Fixed path to the login form. --- src/IDF/Views.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IDF/Views.php b/src/IDF/Views.php index cc7290d..b7a2e8b 100644 --- a/src/IDF/Views.php +++ b/src/IDF/Views.php @@ -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'); } /**