summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-10 21:12:15 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-10 21:12:15 -0700
commit190d7aaa55b4f55ea3d93fb8a3d4650d7e1fc85c (patch)
treeb2340ae2d2ad703495c3f4dd61f979e5b9a2a666 /modules/gallery/helpers/gallery_theme.php
parentb8053c9ddf3e393f76594e7dccc2f81f7116fd85 (diff)
Remove debug code.
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r--modules/gallery/helpers/gallery_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php
index 8c97f124..20dfeb04 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -70,7 +70,7 @@ class gallery_theme_Core {
return L10n_Client_Controller::l10n_form();
}
- if (true || $session->get("after_install")) {
+ if ($session->get("after_install")) {
$session->delete("after_install");
return new View("welcome_message_loader.html");
}