Commit 8c413b24 authored by zYne's avatar zYne

--no commit message

--no commit message
parent dd076e47
...@@ -63,7 +63,7 @@ class Doctrine_AuditLog extends Doctrine_Plugin ...@@ -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)
{ {
......
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