1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Fixed wrong constant.

This commit is contained in:
romanb 2007-07-07 08:35:26 +00:00
parent 85ec506691
commit abb7773666

View File

@ -907,7 +907,7 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
return $str; return $str;
} }
public function fetchArray($params = array()) { public function fetchArray($params = array()) {
return $this->execute($params, Doctrine::HYDRATE_ARRAY); return $this->execute($params, self::HYDRATE_ARRAY);
} }
/** /**
* parseData * parseData