// Configuration feedback is now not displayed when changing shop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10505 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1633,7 +1633,7 @@ class AdminControllerCore extends Controller
|
||||
$url = parse_url($_SERVER['REQUEST_URI']);
|
||||
$query = (isset($url['query'])) ? $url['query'] : '';
|
||||
parse_str($query, $parse_query);
|
||||
unset($parse_query['setShopContext']);
|
||||
unset($parse_query['setShopContext'], $parse_query['conf']);
|
||||
$this->redirect_after = $url['path'].'?'.http_build_query($parse_query);
|
||||
}
|
||||
elseif (!Shop::isFeatureActive())
|
||||
|
||||
Reference in New Issue
Block a user