summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-23 20:14:29 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-23 20:14:29 -0700
commite5cf93c22a70ea30adc90aa71d274cc04a44114b (patch)
tree9ccd4b84fcabd37ec2040bb8fa499e8a2d346047 /modules
parentcdf5a4fcbf8ccbe90b0d2a41d08e8dc65626f305 (diff)
This is the one i should have checked in last time
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 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();
}