diff --git a/lib/Doctrine/Hydrator.php b/lib/Doctrine/Hydrator.php index 8ec8f5cf6..0f9e26d38 100644 --- a/lib/Doctrine/Hydrator.php +++ b/lib/Doctrine/Hydrator.php @@ -70,7 +70,7 @@ class Doctrine_Hydrator extends Doctrine_Hydrator_Abstract $this->_tableAliases = $tableAliases; - if ($hydrationMode === Doctrine::HYDRATE_ARRAY) { + if ($hydrationMode == Doctrine::HYDRATE_ARRAY) { $driver = new Doctrine_Hydrator_ArrayDriver(); } else { $driver = new Doctrine_Hydrator_RecordDriver();