cleanups
This commit is contained in:
parent
a1128669a9
commit
d323b16ff5
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ class Doctrine_HydratorNew extends Doctrine_Hydrator_Abstract
|
|||
if ($cache[$key]['isSimpleType']) {
|
||||
$rowData[$dqlAlias][$fieldName] = $value;
|
||||
} else {
|
||||
$rowData[$dqlAlias][$fieldName] = $class->prepareValue(
|
||||
$fieldName, $value, $cache[$key]['type']);
|
||||
$rowData[$dqlAlias][$fieldName] = $this->prepareValue(
|
||||
$class, $fieldName, $value, $cache[$key]['type']);
|
||||
}
|
||||
|
||||
if ( ! isset($nonemptyComponents[$dqlAlias]) && $value !== null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue