diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-12 08:26:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-12 08:26:15 +0000 |
commit | 47653eae18f8ee69194438cdba0bd0baaffcf6c8 (patch) | |
tree | 64f32783c5169246d2b3b618825e742f31961838 /modules/system/system.install | |
parent | a60a608ed86e8971d77760e9df3a0932efc88d00 (diff) | |
download | brdo-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.install | 2 |
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.'); } } |