// Fix missing error message

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12373 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-11 16:49:55 +00:00
parent 1a82a98ab5
commit 368d3f0371
@@ -242,6 +242,8 @@ class AdminCategoriesControllerCore extends AdminController
$this->action = 'add'.$this->table.'root';
$this->display = 'edit';
}
else
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
parent::initProcess();