1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
Jonathan.Wage 2007-11-25 20:36:12 +00:00
parent 42927503f5
commit c483704a5e

View File

@ -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']);
}