diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-25 08:07:05 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-25 08:07:05 -0700 |
commit | 576337c508d173d0639b8754653a135b46bc47cb (patch) | |
tree | 48651dd13d12dda85cf41d47085c65369a879cbb | |
parent | b33762a9f803e156f5f4e28af4c8ea350ad1addb (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.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 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(); } |