[-] BO : Fix bug #PSCFV-8481 no live edit on index when one language is active only

This commit is contained in:
gRoussac
2013-03-29 11:37:08 +01:00
parent 11a91deb72
commit 2a3373eb1d
2 changed files with 2 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ class FrontControllerCore extends Controller
$this->displayRestrictedCountryPage();
if (Tools::isSubmit('live_edit') && !$this->checkLiveEditAccess())
die(Tools::displayError());
Tools::redirect('index.php?controller=404');
$this->iso = $iso;