[-] BO : #PSCFV-2925 - CMS tab, display notice "Array to string conversion" with php 5.4
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16204 b9a71923-0436-4b27-9f14-aed3839534dd
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