Changeset 3944

Show
Ignore:
Timestamp:
03/08/08 01:28:10 (16 months ago)
Author:
jwage
Message:

fixes #836

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Hydrator.php

    r3884 r3944  
    178178 
    179179                if ( ! isset($prev[$parent])) { 
    180                     break; 
     180                    continue; 
    181181                } 
    182182