From a73ce3a4b55167be217974ba5a616a807716368e Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 13 Oct 2007 09:01:42 +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 a64cf2746..f41c223c0 100644 --- a/lib/Doctrine/AuditLog.php +++ b/lib/Doctrine/AuditLog.php @@ -97,7 +97,7 @@ class Doctrine_AuditLog extends Doctrine_Plugin $options = array('className' => $className); - $this->generateDefinition($options, $columns, array()); + $this->generateClass($options, $columns, array()); $this->_options['pluginTable'] = $table->getConnection()->getTable($this->_options['className']);