Fixed path to the login form.
This commit is contained in:
parent
18da9ed72f
commit
7e1f5bb029
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user