summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5fe1c2424..ba0024574 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -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.'));
}