Passed merging subjects in normalization test.

This commit is contained in:
Dave Longley 2011-08-06 23:56:43 -04:00
parent be88eaa0c4
commit 3d7a5c6c6c
1 changed files with 4 additions and 0 deletions

View File

@ -1321,6 +1321,10 @@ function _flatten($parent, $parentProperty, $value, $subjects)
{
$subject->$key = new ArrayObject(array($subject->$key));
}
else
{
$subject->$key = new ArrayObject($subject->$key);
}
}
else
{