// 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
@@ -152,7 +152,7 @@ class CMSCore extends ObjectModel
return false;
foreach ($res AS $cms)
if ((int)($cms['id_cms']) == (int)($this->id))
if ((int)$cms['id_cms'] == (int)$this->id)
$movedCms = $cms;
if (!isset($movedCms) || !isset($position))