[-] BO : #PSCFV-2925 - CMS tab, display notice "Array to string conversion" with php 5.4

This commit is contained in:
mDeflotte
2012-07-04 08:06:39 +00:00
parent 1a9e8e99e5
commit ce7f8658ac
@@ -44,7 +44,7 @@ class AdminCmsContentControllerCore extends AdminController
if (!Validate::isLoadedObject(self::$category))
die('Category cannot be loaded');
$this->table = array('cms_category', 'cms');
$this->table = 'cms';
$this->admin_cms_categories = new AdminCmsCategoriesController();
$this->admin_cms = new AdminCmsController();