Skip to content

Commit e569871

Browse files
committed
Fix typo
1 parent 65e4f59 commit e569871

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Controller/Adminhtml/Index/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function execute(): ResultInterface|ResponseInterface
5858
$updates = $this->enrichUpdates($data['updates'], $layout);
5959
$updates = $this->sortUpdates($updates);
6060

61-
foreach ($data['updates'] as $update) {
61+
foreach ($updates as $update) {
6262
try {
6363
$this->repositoryDispatcher->dispatch(
6464
$update['component'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loki/magento2-components",
3-
"version": "2.2.19",
3+
"version": "2.2.20",
44
"description": "N/A",
55
"keywords": [
66
"loki-components"

0 commit comments

Comments
 (0)