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,