1
0
mirror of synced 2025-01-31 04:21:44 +03:00
This commit is contained in:
zYne 2007-10-13 21:40:43 +00:00
parent e79f1c34cf
commit b202f467c3

View File

@ -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());