From 96aa486060bda042cd8d4dc5e9a667f170a418d0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 31 Mar 2009 20:34:12 +0000 Subject: Add missing 2nd argument for Theme_View() --- core/controllers/albums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers') 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; } } -- cgit v1.2.3