Commit b202f467 authored by zYne's avatar zYne

--no commit message

--no commit message
parent e79f1c34
...@@ -97,10 +97,10 @@ class Doctrine_AuditLog extends Doctrine_Plugin ...@@ -97,10 +97,10 @@ class Doctrine_AuditLog extends Doctrine_Plugin
$options = array('className' => $className); $options = array('className' => $className);
$relations = array($name => array('local' => $local, $relations = array($name => array('local' => $id,
'foreign' => $id, 'foreign' => $id,
'onDelete' => 'CASCADE', 'onDelete' => 'CASCADE',
'onUpdate' => 'CASCADE')); 'onUpdate' => 'CASCADE'));
$this->generateClass($options, $columns, array()); $this->generateClass($options, $columns, array());
......
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