Commit abb77736 authored by romanb's avatar romanb

Fixed wrong constant.

parent 85ec5066
...@@ -907,7 +907,7 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment