summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-10-24 10:37:12 -0700
committerBharat Mediratta <bharat@menalto.com>2009-10-24 10:37:12 -0700
commit91e9df7834b98088ba478f691fee73f75ed092fa (patch)
tree796e8d0fb5616efe06eb8bb2b4eab2051619ac97 /modules/gallery/helpers/gallery_event.php
parent5212deb5b117fd93911c40d5427b55b3063eea4e (diff)
Update themes::load_theme() to work with mod_rewrite's short urls.
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-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 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();
}