Skip to content
Snippets Groups Projects
Commit 17e3d1fc authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#200028 by dww: trivial syntax fix in cache clearing

parent 28869446
Branches
Tags
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
......@@ -364,7 +364,7 @@ function update_info_page() {
_drupal_flush_css_js();
// Flush the cache of all data for the update status module.
if (db_table_exists('cache_update')) {
cache_clear_all('*', 'cache_update', '*');
cache_clear_all('*', 'cache_update', TRUE);
}
update_task_list('info');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment