1
0
mirror of synced 2025-01-29 19:41:45 +03:00
This commit is contained in:
zYne 2007-10-08 22:45:34 +00:00
parent dd076e47eb
commit 8c413b2427

View File

@ -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)
{