From 953d7c4ecd37e2c89058b656ee586ae73bfe1e8f Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sat, 2 Aug 2008 09:48:35 +0200 Subject: [PATCH] Added the name of the login view. --- src/IDF/conf/views.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IDF/conf/views.php b/src/IDF/conf/views.php index ff1dccb..3db9523 100644 --- a/src/IDF/conf/views.php +++ b/src/IDF/conf/views.php @@ -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,