summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-13 18:21:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-13 18:21:42 +0000
commit9c0f25fee6a9fca523e8c396eadffbc5edac6385 (patch)
tree486b371568684137dc706501eea1d4810b4cebf3 /modules
parent679e9011d97e5c79c308aad23ffc240f0ba69737 (diff)
downloadbrdo-9c0f25fee6a9fca523e8c396eadffbc5edac6385.tar.gz
brdo-9c0f25fee6a9fca523e8c396eadffbc5edac6385.tar.bz2
#448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page.
Diffstat (limited to 'modules')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
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';
}