Skip to content
Snippets Groups Projects
Commit 9c0f25fe authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 679e9011
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment