diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-03 17:30:18 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-03 17:30:18 -0800 |
commit | 1faa2492952a54f0b80cce149ae42b59b91039df (patch) | |
tree | e25c2d0e9ceccf1974449eeda3ef62f4cb5e87c0 /modules/gallery/helpers/gallery_event.php | |
parent | 6dd622416531e8897af2bc3712e55a640277ac62 (diff) | |
parent | 9a33f96e31ba41d78ab24eb9420d74578c7fbbcf (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 2 |
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(); } |