Changeset 3755

Show
Ignore:
Timestamp:
02/13/08 15:27:05 (17 months ago)
Author:
romanb
Message:

relaxed a comparison in the hydrator. caused buggy behavior.

Files:
1 modified

Legend:

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

    r3547 r3755  
    7171        } 
    7272 
    73         if ($hydrationMode === Doctrine::HYDRATE_ARRAY) { 
     73        if ($hydrationMode == Doctrine::HYDRATE_ARRAY) { 
    7474            $driver = new Doctrine_Hydrator_ArrayDriver(); 
    7575        } else {