Skip to content

Commit

Permalink
Merge pull request #11478 from jolelievre/multistore-update
Browse files Browse the repository at this point in the history
Changes the redirection url after store update
  • Loading branch information
Quetzacoalt91 committed Nov 23, 2018
2 parents 3b04cf7 + cf40ffb commit 39f1e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminShopUrlController.php
Expand Up @@ -521,7 +521,7 @@ protected function afterUpdate($object)
}

if ($this->redirect_shop_url) {
$this->redirect_after = $object->getBaseURI() . basename(_PS_ADMIN_DIR_) . '/' . $this->context->link->getAdminLink('AdminShopUrl');
$this->redirect_after = $this->context->link->getAdminLink('AdminShopUrl');
}
}

Expand Down

0 comments on commit 39f1e3b

Please sign in to comment.