mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-13 16:09:19 -04:00
Remove a commented line I forgot to take out
This commit is contained in:
@@ -28,7 +28,6 @@ class Albums_Controller extends Items_Controller {
|
||||
if ($album->id == 1) {
|
||||
$view = new Theme_View("page.html", "login");
|
||||
$view->page_title = t("Log in to Gallery");
|
||||
//$view->content = user::get_login_form("login/auth_html");
|
||||
$view->content = new View("login_ajax.html");
|
||||
$view->content->form = user::get_login_form("login/auth_html");
|
||||
print $view;
|
||||
|
||||
Reference in New Issue
Block a user