// Refactor AdminController::_errors to errors
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12331 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -393,7 +393,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
|
||||
{
|
||||
|
||||
if (!$tr->save())
|
||||
$this->_errors[] = Tools::displayError('An error has occured: Can\'t save the current tax rule');
|
||||
$this->errors[] = Tools::displayError('An error has occured: Can\'t save the current tax rule');
|
||||
} else
|
||||
Tools::redirectAdmin(self::$currentIndex.'&'.$this->identifier.'='.$tr->id_tax_rules_group.'&conf=4&update'.$this->table.'&token='.$this->token);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user