[-] 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:
mDeflotte
2012-07-04 08:06:39 +00:00
parent 5582d8a1a9
commit d3cb83022b
@@ -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();