diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index aa09da3d7..d53fbed96 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -1032,7 +1032,7 @@ class RelationController extends ControllerBehavior * Has one relations will save as part of the add() call. */ if ($this->deferredBinding || $this->relationType != 'hasOne') { - $newModel->save(); + $newModel->save(null, $this->manageWidget->getSessionKey()); } $this->relationObject->add($newModel, $sessionKey);