We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73288c4 commit 7bba84cCopy full SHA for 7bba84c
app/code/Magento/UrlRewrite/view/adminhtml/templates/messages/url_duplicate_message.phtml
@@ -23,9 +23,9 @@ echo $block->escapeHtml(
23
);
24
25
if (!empty($urls)) {
26
- foreach ($urls as $key => $url) {
+ foreach ($urls as $adminUrl => $requestPath) {
27
// key is the url that has been setup by the controller with the information from the exception
28
- echo '<p> - <a href="' . $block->escapeHtml($key) . '">' . $block->escapeHtml($url) . '</a></p>';
+ echo '<p> - <a href="' . $block->escapeHtml($adminUrl) . '">' . $block->escapeHtml($requestPath) . '</a></p>';
29
}
30
31
?>
0 commit comments