Skip to content

Commit e2d21f4

Browse files
author
Ivan Gavryshko
committed
Merge remote-tracking branch 'origin/MAGETWO-45023-wrong-setup-links' into PR_Branch
2 parents 7283cd7 + 76e2865 commit e2d21f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/pub/magento/setup/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ main.controller('navigationController',
4040
function ($scope, $state, navigationService, $localStorage, $interval, $http) {
4141
$interval(
4242
function () {
43-
$http.post('/setup/index.php/session/prolong')
43+
$http.post('index.php/session/prolong')
4444
.success(function (result) {
4545
})
4646
.error(function (result) {

setup/src/Magento/Setup/Mvc/Bootstrap/InitParamListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function authPreDispatch($event)
120120
);
121121

122122
if (!$objectManager->get('Magento\Backend\Model\Auth')->isLoggedIn()) {
123-
$controller->plugin('redirect')->toUrl('/setup/index.php/session/unlogin');
123+
$controller->plugin('redirect')->toUrl('index.php/session/unlogin');
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)