This commit is contained in:
parent
dd076e47eb
commit
8c413b2427
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Doctrine_AuditLog extends Doctrine_Plugin
|
|||
$q->from($className)
|
||||
->where($where);
|
||||
|
||||
return $q->execute($values, Doctrine_HYDRATE::HYDRATE_ARRAY);
|
||||
return $q->execute($values, Doctrine::HYDRATE_ARRAY);
|
||||
}
|
||||
public function buildDefinition(Doctrine_Table $table)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue