refs #239 - probably fixes, zYne- please check... tests are currently broken
This commit is contained in:
parent
6f6ce2424e
commit
9f00ce65f0
@ -396,7 +396,7 @@ abstract class Doctrine_Hydrate extends Doctrine_Access {
|
||||
$prev = $this->initRelated($prev, $name);
|
||||
// aggregate values have numeric keys
|
||||
|
||||
if(isset($row[0])) {
|
||||
//if(isset($row[0])) {
|
||||
$path = array_search($name, $this->tableAliases);
|
||||
$alias = $this->getPathAlias($path);
|
||||
|
||||
@ -410,7 +410,7 @@ abstract class Doctrine_Hydrate extends Doctrine_Access {
|
||||
$prev[$name]->setAggregateValue($agg, $value);
|
||||
}
|
||||
|
||||
}
|
||||
//}
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user