diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-10-24 10:38:48 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-10-24 10:38:48 -0700 |
| commit | b33762a9f803e156f5f4e28af4c8ea350ad1addb (patch) | |
| tree | 87d8c4a3e02293d97a8e628b7e537e9d167244d1 /modules/gallery/helpers/gallery_event.php | |
| parent | 607662d66be4361c20322c7db84f9e7b1c529ba2 (diff) | |
Update themes::load_theme() to work with mod_rewrite's short urls.
Conflicts:
modules/gallery/helpers/gallery_event.php
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
| -rw-r--r-- | modules/gallery/helpers/gallery_event.php | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |
