// Revert normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -576,7 +576,7 @@ class CMSCategoryCore extends ObjectModel
|
||||
))
|
||||
return false;
|
||||
foreach ($res AS $category)
|
||||
if ((int)$category['id_cms_category'] == (int)$this->id)
|
||||
if ((int)($category['id_cms_category']) == (int)($this->id))
|
||||
$movedCategory = $category;
|
||||
|
||||
if (!isset($movedCategory) || !isset($position))
|
||||
|
||||
Reference in New Issue
Block a user