diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-25 08:10:27 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-25 08:10:27 -0700 |
commit | f0f7bc2d12c93bf1ba4a5d41bb82be87efd46cd6 (patch) | |
tree | 062e6b40bbeaa6eecf1770053777c4a9638f4e10 /modules/gallery | |
parent | 174e8ef3f7e40cff163c83a960f6610cbc0d4d6b (diff) |
Undo the merge from master because it is actually identity not user in this branch.
Diffstat (limited to 'modules/gallery')
-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 1acbc718..216efa36 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(); - user::load_user(); + identity::load_user(); locales::set_request_locale(); } |