summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-25 08:08:09 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-25 08:08:09 -0700
commit174e8ef3f7e40cff163c83a960f6610cbc0d4d6b (patch)
treed3524f696c36c20f87dde1ca8e190e9745f4a214 /modules
parente88d2c880000ea59f0dd3279e53d68f3ffdf4fd1 (diff)
parent576337c508d173d0639b8754653a135b46bc47cb (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules')
-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 216efa36..1acbc718 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -24,7 +24,7 @@ class gallery_event_Core {
*/
static function gallery_ready() {
theme::load_themes();
- identity::load_user();
+ user::load_user();
locales::set_request_locale();
}