From 190d7aaa55b4f55ea3d93fb8a3d4650d7e1fc85c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 10 Sep 2009 21:12:15 -0700 Subject: Remove debug code. --- modules/gallery/helpers/gallery_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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"); } -- cgit v1.2.3