[-] 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 23bd4ac691
commit 0047a8080d
@@ -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();