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

View File

@ -97,7 +97,7 @@ 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'));