// Normalization

This commit is contained in:
rMalie
2011-08-11 09:58:20 +00:00
parent 4f1e8fc2d5
commit 7fec565167
48 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -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))