summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-10 21:26:21 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-10 21:26:21 -0700
commitfbb58671d1a6dd1719566c7e3813a0deee6d00ca (patch)
tree994f3b69451008ddc29836d695b326415a2efc0a /modules/gallery/helpers
parent25ea6085b78423ee651dc21b639c5f10f59dcaf0 (diff)
parent190d7aaa55b4f55ea3d93fb8a3d4650d7e1fc85c (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-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 69c5a091..20dfeb04 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -72,7 +72,7 @@ class gallery_theme_Core {
if ($session->get("after_install")) {
$session->delete("after_install");
- return new View("after_install_loader.html");
+ return new View("welcome_message_loader.html");
}
}