#236657 by swentel: Fix order of arguments in system_clear_cache_submit().
parent
5d58e91623
commit
276997a183
|
@ -1380,7 +1380,7 @@ function system_performance_settings() {
|
|||
*
|
||||
* @ingroup forms
|
||||
*/
|
||||
function system_clear_cache_submit(&$form_state, $form) {
|
||||
function system_clear_cache_submit($form, &$form_state) {
|
||||
drupal_flush_all_caches();
|
||||
drupal_set_message(t('Caches cleared.'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue