[-] FO : fixed bug #PSCFV-6533 - CMS categories: This page does not exist.

This commit is contained in:
vAugagneur
2013-01-16 10:47:00 +01:00
parent f7124f6cee
commit 51a067c34c
+1
View File
@@ -112,6 +112,7 @@ class CmsControllerCore extends FrontController
else if ($this->assignCase == 2)
{
$this->context->smarty->assign(array(
'category' => $this->cms_category, //for backward compatibility
'cms_category' => $this->cms_category,
'sub_category' => $this->cms_category->getSubCategories($this->context->language->id),
'cms_pages' => CMS::getCMSPages($this->context->language->id, (int)($this->cms_category->id) ),