Fixes #613
This commit is contained in:
parent
42927503f5
commit
c483704a5e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ class Doctrine_Data_Import extends Doctrine_Data
|
||||||
if( array_key_exists('children', $nestedSet) )
|
if( array_key_exists('children', $nestedSet) )
|
||||||
{
|
{
|
||||||
$children = $nestedSet['children'];
|
$children = $nestedSet['children'];
|
||||||
|
$children = array_reverse($children, true);
|
||||||
unset($nestedSet['children']);
|
unset($nestedSet['children']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue