#198332 by catch: cache clear button was named 'cache' accidentally, but this conflicts with the 'cache' setting, so renames to 'clear'

6.x
Gábor Hojtsy 2007-12-07 16:53:57 +00:00
parent 83e77b3735
commit 9a971410df
1 changed files with 1 additions and 1 deletions

View File

@ -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'),