[-] 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 1c6a4c842c
commit 2ea46c15a6
+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) ),