more experiments with the new testsuite.
This commit is contained in:
parent
81b394cd02
commit
f1651489c2
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ class Doctrine_Mapper_Joined extends Doctrine_Mapper_Abstract
|
|||
|
||||
$record->state(Doctrine_Record::STATE_TDIRTY);
|
||||
|
||||
foreach ($table->getOption('joinedParents') as $parent) {
|
||||
$parentTable = $conn->getTable($parent);
|
||||
foreach ($table->getParentClasses() as $parent) {
|
||||
$parentTable = $conn->getClassMetadata($parent);
|
||||
$conn->delete($parentTable, $record->identifier());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue