mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fix typo
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2@65423 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
115d2a7b06
commit
304dea39d9
@ -274,7 +274,7 @@ class TableField extends TableListField {
|
||||
|
||||
$savedObj = $this->saveData($dataObjects, $this->editExisting);
|
||||
if($savedObj && isset($newFields)) {
|
||||
$savedObj += $this->saveData($newFields,false);
|
||||
$savedObj = $this->saveData($newFields,false);
|
||||
} else if(isset($newFields)) {
|
||||
$savedObj = $this->saveData($newFields,false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user