mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 18:29:09 -04:00
Remove debug code.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user