Skip to content

Commit f9911bd

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

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
@@ -97,7 +97,7 @@ public function execute()
9797
return $resultJson->setData([
9898
'error' => $this->escaper->escapeHtml('Forbidden'),
9999
'errorcode' => 403
100-
);
100+
]);
101101
}
102102
} catch (\Magento\Framework\Exception\LocalizedException $e) {
103103
$this->logger->critical($e);

0 commit comments

Comments
 (0)