Skip to content
Snippets Groups Projects
Commit 062db2b1 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2466647 by joshi.rohit100: Misspelt key in render array in DbUpdateController

parent 593b2b64
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
......@@ -474,7 +474,7 @@ protected function results() {
}
}
if ($all_messages) {
$build['query_messsages'] = array(
$build['query_messages'] = array(
'#type' => 'container',
'#children' => $all_messages,
'#attributes' => array('class' => array('update-results')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment