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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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