minor inline doc correction

This commit is contained in:
Luke Towers 2020-08-23 23:58:31 -06:00
parent 5a843bc909
commit d3e346013d
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ class RelationController extends ControllerBehavior
elseif ($this->viewMode == 'single') {
// Ensure that the view widget model is the same instance as the manage widget model
// since they will technically be different object instances in this context as
// $viewWidet->model is populated by $this->relationModel->getResults() and
// $viewWidet->model is populated by $this->relationObject->getResults() and
// $manageWidget->model is populated by $this->relationModel->find($manageId);
$this->viewModel = $this->viewWidget->model = $this->manageWidget->model;