// Refactor AdminController::_errors to errors
This commit is contained in:
@@ -4,7 +4,7 @@ class AdminNotFoundControllerCore extends AdminController
|
||||
{
|
||||
public function initContent()
|
||||
{
|
||||
$this->_errors[] = Tools::displayError('Controller not found');
|
||||
$this->errors[] = Tools::displayError('Controller not found');
|
||||
$tpl_vars['controller'] = Tools::getvalue('controller');
|
||||
|
||||
$this->context->smarty->assign($tpl_vars);
|
||||
|
||||
Reference in New Issue
Block a user