diff options
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r-- | modules/gallery/helpers/gallery_theme.php | 2 |
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"); } |