summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-23 07:12:17 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-23 07:12:17 -0700
commitfaee4391a3283dbafc0ec101b4902fd01bc2e329 (patch)
tree30b4dff31f2282efd4f43914c297352fd8fdda2b
parent7f066b34c9d965814c0a07a8f71e016edeb383d2 (diff)
Remove a commented line I forgot to take out
-rw-r--r--modules/gallery/controllers/albums.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php
index 694cc4ff..9733d1cd 100644
--- a/modules/gallery/controllers/albums.php
+++ b/modules/gallery/controllers/albums.php
@@ -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;