Skip to content

Commit 3c9c884

Browse files
Update app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php
Co-Authored-By: woutersamaey <wouter.samaey@storefront.be>
1 parent d3bc83d commit 3c9c884

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Controller/Adminhtml/Index

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function execute()
9696
);
9797
return $resultJson->setData([
9898
'error' => $this->escaper->escapeHtml('Forbidden'),
99-
'errorcode' => 403]
99+
'errorcode' => 403
100100
);
101101
}
102102
} catch (\Magento\Framework\Exception\LocalizedException $e) {

0 commit comments

Comments
 (0)