This commit is contained in:
parent
dd076e47eb
commit
8c413b2427
@ -63,7 +63,7 @@ class Doctrine_AuditLog extends Doctrine_Plugin
|
|||||||
$q->from($className)
|
$q->from($className)
|
||||||
->where($where);
|
->where($where);
|
||||||
|
|
||||||
return $q->execute($values, Doctrine_HYDRATE::HYDRATE_ARRAY);
|
return $q->execute($values, Doctrine::HYDRATE_ARRAY);
|
||||||
}
|
}
|
||||||
public function buildDefinition(Doctrine_Table $table)
|
public function buildDefinition(Doctrine_Table $table)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user