mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 19:18:41 +00:00
fixes #67
This commit is contained in:
parent
8906406ab7
commit
b04f2f0577
|
|
@ -1452,6 +1452,10 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
}
|
||||
|
||||
$obj[$value] = self::populate(self::getRaw($value), $toFill);
|
||||
|
||||
if(method_exists($obj[$value], 'initialize')) {
|
||||
$obj[$value]->initialize();
|
||||
}
|
||||
}
|
||||
|
||||
self::fillRelations($obj, $relations);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user