Fixes #613
This commit is contained in:
parent
42927503f5
commit
c483704a5e
@ -240,6 +240,7 @@ class Doctrine_Data_Import extends Doctrine_Data
|
||||
if( array_key_exists('children', $nestedSet) )
|
||||
{
|
||||
$children = $nestedSet['children'];
|
||||
$children = array_reverse($children, true);
|
||||
unset($nestedSet['children']);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user