Changeset 3580

Show
Ignore:
Timestamp:
01/23/08 00:36:10 (18 months ago)
Author:
jwage
Message:

fixes #613

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/lib/Doctrine/Data/Import.php

    r3135 r3580  
    231231            { 
    232232                $children = $nestedSet['children']; 
     233                $children = array_reverse($children, true); 
    233234                unset($nestedSet['children']); 
    234235            }