From 91e9df7834b98088ba478f691fee73f75ed092fa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 24 Oct 2009 10:37:12 -0700 Subject: Update themes::load_theme() to work with mod_rewrite's short urls. --- modules/gallery/helpers/gallery_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 9fc68af5..216efa36 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -23,7 +23,7 @@ class gallery_event_Core { * Initialization. */ static function gallery_ready() { - theme::load_themes(Input::instance()->server("PATH_INFO")); + theme::load_themes(); identity::load_user(); locales::set_request_locale(); } -- cgit v1.2.3