// fix fatal error

This commit is contained in:
lLefevre
2011-12-21 17:03:01 +00:00
parent 888f23231b
commit ca1f912571
@@ -2110,8 +2110,6 @@ class AdminProductsControllerCore extends AdminController
$this->_errors[] = 'Unable to load object';
else
{
if ($this->object->id && !Shop::isProductAvailable($this->object->id))
$this->_displayUnavailableProductWarning();
$this->_displayDraftWarning($this->object->active);
$this->initPack($this->object);