From 576337c508d173d0639b8754653a135b46bc47cb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 25 Oct 2009 08:07:05 -0700 Subject: Replace reference to identity with the reference to user. Dangers of flipping back and forth between branches. --- modules/gallery/helpers/gallery_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(); } -- cgit v1.2.3