summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-25 08:07:05 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-25 08:07:05 -0700
commit576337c508d173d0639b8754653a135b46bc47cb (patch)
tree48651dd13d12dda85cf41d47085c65369a879cbb
parentb33762a9f803e156f5f4e28af4c8ea350ad1addb (diff)
Replace reference to identity with the reference to user. Dangers of flipping back and forth between branches.
-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 2c9d496a..39a6f337 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();
}