Added the name of the login view.

svn
Loic d'Anterroches 2008-08-02 09:48:35 +02:00
parent f4f8f9615a
commit 953d7c4ecd
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ $ctl[] = array('regex' => '#^/login/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views',
'method' => 'login');
'method' => 'login',
'name' => 'login_view');
$ctl[] = array('regex' => '#^/register/$#',
'base' => $base,