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 /application/config/config.php | |
parent | 5ddd7c9677b644396981de7df8176a3b168ffe21 (diff) |
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
This reverts commit 5ddd7c9677b644396981de7df8176a3b168ffe21.
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 6 |
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/"; /** |