summaryrefslogtreecommitdiff
path: root/application/config
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-21 21:07:55 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-21 21:07:55 -0800
commit6cbe0f78aa80a2810908a76ca163f1dfff2f0726 (patch)
tree38ecbb4fe4183e65af79cd9fbdfae3d99b8cd4d3 /application/config
parent5ddd7c9677b644396981de7df8176a3b168ffe21 (diff)
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
This reverts commit 5ddd7c9677b644396981de7df8176a3b168ffe21.
Diffstat (limited to 'application/config')
-rw-r--r--application/config/config.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 1c5bccb7..aecc400c 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -67,12 +67,6 @@ $config["url_suffix"] = "";
* can give significant speed improvements at the expense of delayed updating.
*/
$config["internal_cache"] = FALSE;
-/**
- * Enable or disable writing to the internal cache. Used by Gallery to treat
- * the cache as read-only until all active modules and themes are in the
- * include path.
- */
-$config["internal_cache_read_only"] = TRUE;
$config["internal_cache_path"] = VARPATH . "tmp/";
/**