Fixed wrong constant.
This commit is contained in:
parent
85ec506691
commit
abb7773666
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
|
|||
return $str;
|
||||
}
|
||||
public function fetchArray($params = array()) {
|
||||
return $this->execute($params, Doctrine::HYDRATE_ARRAY);
|
||||
return $this->execute($params, self::HYDRATE_ARRAY);
|
||||
}
|
||||
/**
|
||||
* parseData
|
||||
|
|
Loading…
Add table
Reference in a new issue