mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1992 from jthomerson/fix_unsaved_relation_list_constructor
FIX: UnsavedRelationList did not call its constructor
This commit is contained in:
commit
50936ee799
@ -55,6 +55,7 @@ class UnsavedRelationList extends ArrayList {
|
|||||||
$this->baseClass = $baseClass;
|
$this->baseClass = $baseClass;
|
||||||
$this->relationName = $relationName;
|
$this->relationName = $relationName;
|
||||||
$this->dataClass = $dataClass;
|
$this->dataClass = $dataClass;
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user