From b202f467c34ff761ba3438972f389f2a2d8a2e87 Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 13 Oct 2007 21:40:43 +0000 Subject: [PATCH] --- lib/Doctrine/AuditLog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/AuditLog.php b/lib/Doctrine/AuditLog.php index 958ee885e..7e7d89365 100644 --- a/lib/Doctrine/AuditLog.php +++ b/lib/Doctrine/AuditLog.php @@ -97,10 +97,10 @@ class Doctrine_AuditLog extends Doctrine_Plugin $options = array('className' => $className); - $relations = array($name => array('local' => $local, + $relations = array($name => array('local' => $id, 'foreign' => $id, 'onDelete' => 'CASCADE', - 'onUpdate' => 'CASCADE')); + 'onUpdate' => 'CASCADE')); $this->generateClass($options, $columns, array());