summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-07 16:53:57 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-07 16:53:57 +0000
commit9a971410dfadb631ea14fd6ee837d72b863a9f5e (patch)
treed8d29bc4fe95fa14afaef58de13fb015e186f891 /modules/system/system.admin.inc
parent83e77b37356dee07bbd1333c775970e0118997aa (diff)
downloadbrdo-9a971410dfadb631ea14fd6ee837d72b863a9f5e.tar.gz
brdo-9a971410dfadb631ea14fd6ee837d72b863a9f5e.tar.bz2
#198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear'
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 2693cebd7..767880040 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1255,7 +1255,7 @@ function system_performance_settings() {
'#description' => t('Caching data improves performance, but may cause problems while troubleshooting new modules, themes, or translations, if outdated information has been cached. To refresh all cached data on your site, click the button below. <em>Warning: high-traffic sites will experience performance slowdowns while cached data is rebuilt.</em>'),
);
- $form['clear_cache']['cache'] = array(
+ $form['clear_cache']['clear'] = array(
'#type' => 'submit',
'#value' => t('Clear cached data'),
'#submit' => array('system_clear_cache_submit'),