Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
062db2b1
Commit
062db2b1
authored
Apr 09, 2015
by
alexpott
Browse files
Issue
#2466647
by joshi.rohit100: Misspelt key in render array in DbUpdateController
parent
593b2b64
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/system/src/Controller/DbUpdateController.php
View file @
062db2b1
...
...
@@ -474,7 +474,7 @@ protected function results() {
}
}
if
(
$all_messages
)
{
$build
[
'query_mess
s
ages'
]
=
array
(
$build
[
'query_messages'
]
=
array
(
'#type'
=>
'container'
,
'#children'
=>
$all_messages
,
'#attributes'
=>
array
(
'class'
=>
array
(
'update-results'
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment