From b33762a9f803e156f5f4e28af4c8ea350ad1addb Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 24 Oct 2009 10:38:48 -0700 Subject: Update themes::load_theme() to work with mod_rewrite's short urls. Conflicts: modules/gallery/helpers/gallery_event.php --- modules/gallery/helpers/gallery_event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gallery/helpers/gallery_event.php') diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index d45f5316..2c9d496a 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -23,8 +23,8 @@ class gallery_event_Core { * Initialization. */ static function gallery_ready() { - theme::load_themes(Input::instance()->server("PATH_INFO")); - user::load_user(); + theme::load_themes(); + identity::load_user(); locales::set_request_locale(); } -- cgit v1.2.3