From 8c413b24278699e9397e48845915a8400a3ea376 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 8 Oct 2007 22:45:34 +0000 Subject: [PATCH] --- lib/Doctrine/AuditLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {