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

This commit is contained in:
vAugagneur
2012-05-29 12:24:09 +00:00
parent 5ad6826268
commit 9909a8d075
@@ -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))
{