diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:28:40 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-23 22:28:40 -0600 |
| commit | e13f92abab2cef2d58cc4e560e18aa65c138a264 (patch) | |
| tree | e30807ca5c91a181912b746c0d89cd321ec5ee8b /modules/gallery/helpers/gallery_event.php | |
| parent | bb47b495a7d719ee679e4747e9fd5b8f7c39b58a (diff) | |
| parent | 5fb0434a478051f77ab241f62656ad941225c397 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
| -rw-r--r-- | modules/gallery/helpers/gallery_event.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index e0de2152..d45f5316 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -23,6 +23,7 @@ class gallery_event_Core { * Initialization. */ static function gallery_ready() { + theme::load_themes(Input::instance()->server("PATH_INFO")); user::load_user(); locales::set_request_locale(); } |
