[-] BO : fix #PSTEST-281

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12074 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-03 15:00:13 +00:00
parent d47c13de32
commit f98db640c5
+1 -1
View File
@@ -87,7 +87,7 @@ class CmsControllerCore extends FrontController
if (isset($this->cms->id_cms_category) && $this->cms->id_cms_category)
$path = Tools::getFullPath($this->cms->id_cms_category, $this->cms->meta_title, 'CMS');
else
$path = Tools::getFullPath(1, $this->cms->meta_title, 'CMS');
$path = Tools::getFullPath(1, $this->cms_category->meta_title, 'CMS');
if ($this->assignCase == 1)
{
$this->context->smarty->assign(array(