[-] BO : fixed bug #PSCFV-2608 - carrier creation fail redirect

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15736 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-05-29 12:24:09 +00:00
parent 7b938e7da4
commit 6a82f72522
@@ -523,6 +523,7 @@ class AdminCarriersControllerCore extends AdminController
$this->errors[] = Tools::displayError('You do not have permission to add here.');
}
}
parent::postProcess();
}
else if ((isset($_GET['status'.$this->table]) || isset($_GET['status'])) && Tools::getValue($this->identifier))
{