Added the name of the login view.
This commit is contained in:
parent
f4f8f9615a
commit
953d7c4ecd
@ -34,7 +34,8 @@ $ctl[] = array('regex' => '#^/login/$#',
|
|||||||
'base' => $base,
|
'base' => $base,
|
||||||
'priority' => 4,
|
'priority' => 4,
|
||||||
'model' => 'IDF_Views',
|
'model' => 'IDF_Views',
|
||||||
'method' => 'login');
|
'method' => 'login',
|
||||||
|
'name' => 'login_view');
|
||||||
|
|
||||||
$ctl[] = array('regex' => '#^/register/$#',
|
$ctl[] = array('regex' => '#^/register/$#',
|
||||||
'base' => $base,
|
'base' => $base,
|
||||||
|
Loading…
Reference in New Issue
Block a user