diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-21 21:07:55 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-21 21:07:55 -0800 |
commit | 6cbe0f78aa80a2810908a76ca163f1dfff2f0726 (patch) | |
tree | 38ecbb4fe4183e65af79cd9fbdfae3d99b8cd4d3 /modules/gallery/helpers | |
parent | 5ddd7c9677b644396981de7df8176a3b168ffe21 (diff) |
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
This reverts commit 5ddd7c9677b644396981de7df8176a3b168ffe21.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index a6783bc6..36f91142 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -25,7 +25,6 @@ class gallery_event_Core { static function gallery_ready() { identity::load_user(); theme::load_themes(); - Kohana_Config::instance()->set('core.internal_cache_read_only', false); locales::set_request_locale(); } |