diff options
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
| -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();    } | 
