[-] BO : #PSCFV-2925 - CMS tab, display notice "Array to string conversion" with php 5.4
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user