summaryrefslogtreecommitdiff
path: root/core/controllers/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/album.php')
-rw-r--r--core/controllers/album.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/album.php b/core/controllers/album.php
index 87e27ac5..1701e283 100644
--- a/core/controllers/album.php
+++ b/core/controllers/album.php
@@ -47,6 +47,6 @@ class Album_Controller extends Item_Controller {
$template->set_global('user', Session::instance()->get('user', null));
$template->content = new View("album.html");
- print $template->render();
+ print $template;
}
}