diff options
-rw-r--r-- | core/controllers/albums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/albums.php b/core/controllers/albums.php index bcfdd8c2..adf59c02 100644 --- a/core/controllers/albums.php +++ b/core/controllers/albums.php @@ -27,7 +27,7 @@ class Albums_Controller extends Items_Controller { if ($album->id != 1) { access::forbidden(); } else { - print new Theme_View("login_page.html"); + print new Theme_View("login_page.html", "album"); return; } } |