Skip to content

Commit e6000d7

Browse files
author
Bohdan Korablov
committed
MAGETWO-56317: [GitHub] -[2.1.0] underscore in site url breaks admin redirect - The page isn't redirecting properly #5809
1 parent 477ec66 commit e6000d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Controller/UrlCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ public function indexAction()
5252
}
5353
}
5454

55-
return new JsonModel(array_merge($result));
55+
return new JsonModel($result);
5656
}
5757
}

0 commit comments

Comments
 (0)