// 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

View File

@@ -948,7 +948,7 @@ abstract class ModuleCore
continue;
foreach ($res AS $key => $values)
if ((int)($values[$this->identifier]) == (int)($this->id))
if ((int)$values[$this->identifier] == (int)$this->id)
{
$k = $key ;
break ;