From 9909a8d075f3683a00e37a96ff361fc74de29c30 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 29 May 2012 12:24:09 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2608 - carrier creation fail redirect --- controllers/admin/AdminCarriersController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminCarriersController.php b/controllers/admin/AdminCarriersController.php index c6974bffe..318c31034 100644 --- a/controllers/admin/AdminCarriersController.php +++ b/controllers/admin/AdminCarriersController.php @@ -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)) {