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

This commit is contained in:
vAugagneur
2012-03-06 12:45:22 +00:00
parent 2767d1e29b
commit ebc42ba2d1
@@ -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;