Commit c483704a authored by Jonathan.Wage's avatar Jonathan.Wage

Fixes #613

parent 42927503
......@@ -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']);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment