// Refactor AdminController::_errors to errors
This commit is contained in:
@@ -102,7 +102,7 @@ class AdminPaymentControllerCore extends AdminController
|
||||
$this->action ='group';
|
||||
}
|
||||
else
|
||||
$this->_errors[] = Tools::displayError('You do not have permission to edit here.');
|
||||
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user