diff --git a/lib/Doctrine/AuditLog.php b/lib/Doctrine/AuditLog.php index eb1f46697..86a75b99f 100644 --- a/lib/Doctrine/AuditLog.php +++ b/lib/Doctrine/AuditLog.php @@ -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) {