From 9c0f25fee6a9fca523e8c396eadffbc5edac6385 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 13 May 2009 18:21:42 +0000 Subject: #448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page. --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index 20f148b7d..92c541469 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -293,7 +293,7 @@ function update_cron() { * * @see _update_cache_clear() */ -function update_form_system_themes_alter(&$form, $form_state) { +function update_form_system_themes_form_alter(&$form, $form_state) { $form['#submit'][] = 'update_cache_clear_submit'; } -- cgit v1.2.3