// fix small catalog error

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9697 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-27 18:58:22 +00:00
parent bf444e84e8
commit 4692f2c744
@@ -159,6 +159,8 @@ class AdminCatalogController extends AdminController
$this->context->smarty->assign('cat_bar',getPath($catBarIndex, $id_category, '', '', 'catalog', $home));
}
$this->content = '';
parent::initContent();
}
}