From 062db2b1aa44dbab238cf574a1f18c0b6e9596ae Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 9 Apr 2015 15:38:23 +0100 Subject: [PATCH] Issue #2466647 by joshi.rohit100: Misspelt key in render array in DbUpdateController --- core/modules/system/src/Controller/DbUpdateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/src/Controller/DbUpdateController.php b/core/modules/system/src/Controller/DbUpdateController.php index ba5d75cf4d8d..243303067ff9 100644 --- a/core/modules/system/src/Controller/DbUpdateController.php +++ b/core/modules/system/src/Controller/DbUpdateController.php @@ -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')), -- GitLab