From 9a971410dfadb631ea14fd6ee837d72b863a9f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 7 Dec 2007 16:53:57 +0000 Subject: #198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear' --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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. Warning: high-traffic sites will experience performance slowdowns while cached data is rebuilt.'), ); - $form['clear_cache']['cache'] = array( + $form['clear_cache']['clear'] = array( '#type' => 'submit', '#value' => t('Clear cached data'), '#submit' => array('system_clear_cache_submit'), -- cgit v1.2.3