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
@@ -272,6 +272,7 @@ protected function checksumTags($tags) {
...
@@ -272,6 +272,7 @@ protected function checksumTags($tags) {
$query_tags[]=$tag;
$query_tags[]=$tag;
}
}
}
}
if($query_tags){
if($query_tags){
try{
try{
if($db_tags=Database::getConnection()->query('SELECT tag, invalidations FROM {cache_tags} WHERE tag IN (:tags)',array(':tags'=>$query_tags))->fetchAllKeyed()){
if($db_tags=Database::getConnection()->query('SELECT tag, invalidations FROM {cache_tags} WHERE tag IN (:tags)',array(':tags'=>$query_tags))->fetchAllKeyed()){