This commit is contained in:
parent
e79f1c34cf
commit
b202f467c3
@ -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'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user