#448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page.

merge-requests/26/head
Angie Byron 2009-05-13 18:21:42 +00:00
parent 679e9011d9
commit 9c0f25fee6
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}