summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-09 00:03:04 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-09 00:03:04 +0000
commit198297e0d465de8d479db93cf17d08b5b5e1016e (patch)
tree7ffa7f7d8c55daadadb4e30e72880fd5cb7405aa /core/controllers
parent72c7fed975ce797da1f33ea82651c5a91ce3957e (diff)
Instead of putting after_install in the url, put it in the session.
This helps us to make sure that we only see the welcome message once.
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/albums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/albums.php b/core/controllers/albums.php
index 2c7ea83b..96a6f401 100644
--- a/core/controllers/albums.php
+++ b/core/controllers/albums.php
@@ -52,7 +52,7 @@ class Albums_Controller extends Items_Controller {
$sort_order = $album->sort_column;
$sort_order = !empty($sort_order) ? unserialize($sort_order) : $sort_order;
-
+
$template = new Theme_View("page.html", "album");
$template->set_global("page_size", $page_size);
$template->set_global("item", $album);