summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-12 08:26:15 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-12 08:26:15 +0000
commit47653eae18f8ee69194438cdba0bd0baaffcf6c8 (patch)
tree64f32783c5169246d2b3b618825e742f31961838 /modules/system/system.install
parenta60a608ed86e8971d77760e9df3a0932efc88d00 (diff)
downloadbrdo-47653eae18f8ee69194438cdba0bd0baaffcf6c8.tar.gz
brdo-47653eae18f8ee69194438cdba0bd0baaffcf6c8.tar.bz2
- Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index dd636c843..b12757c7a 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1995,7 +1995,7 @@ function system_update_7032() {
*/
function system_update_7033() {
if (variable_get('cache') == 2) {
- variable_set('cache', CACHE_NORMAL);
+ variable_set('cache', 1);
return t('Aggressive caching was disabled and replaced with normal caching. Read the page caching section in default.settings.php for more information on how to enable similar functionality.');
}
}