diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 20:14:29 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 20:14:29 -0700 |
commit | e5cf93c22a70ea30adc90aa71d274cc04a44114b (patch) | |
tree | 9ccd4b84fcabd37ec2040bb8fa499e8a2d346047 | |
parent | cdf5a4fcbf8ccbe90b0d2a41d08e8dc65626f305 (diff) |
This is the one i should have checked in last time
-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 91f3e717..9fc68af5 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(Input::instance()->server("PATH_INFO")); - user::load_user(); + identity::load_user(); locales::set_request_locale(); } |