[-] BO : #PSFV-595 - Can't delete CMS Category.

This commit is contained in:
vAugagneur
2012-03-06 12:45:22 +00:00
parent bf541ba6e0
commit 6b4654a2fc
@@ -118,7 +118,6 @@ class AdminCmsCategoriesControllerCore extends AdminController
$this->errors[] = Tools::displayError('You need at least one object.').' <b>'.$this->table.'</b><br />'.Tools::displayError('You cannot delete all of the items.');
else
{
$this->deleteImage($object->id);
if ($this->deleted)
{
$object->deleted = 1;