summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-11-03 17:41:27 -0500
committerjhilden <jakobhilden@gmail.com>2009-11-03 17:41:27 -0500
commit9768131d149fa47fe545f33cca968c97aa9c9c32 (patch)
tree0d9b25e1b45100beee004504ab9124d1a338c321 /modules/gallery/helpers/gallery_event.php
parent9a8e9bc7f5deb5108ccc10f27635d66d1ff2b14f (diff)
parent96cbfe23a6031fc8fb87aadb37fec2e4e479bc0c (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r--modules/gallery/helpers/gallery_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 67a6f41f..e3cb6a9b 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -23,8 +23,8 @@ class gallery_event_Core {
* Initialization.
*/
static function gallery_ready() {
- theme::load_themes();
identity::load_user();
+ theme::load_themes();
locales::set_request_locale();
}