// performances improvement

This commit is contained in:
Rémi Gaillard
2013-01-09 14:16:22 +01:00
parent 108dfb292c
commit c855621e17
2 changed files with 53 additions and 42 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ class GroupCore extends ObjectModel
if (Validate::isLoadedObject($customer))
$id_group = (int)$customer->id_default_group;
return new self($id_group);
return new Group($id_group);
}
}