mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Typo fix
This commit is contained in:
parent
b1b9141dcc
commit
a1b1018083
@ -900,7 +900,7 @@ class RelationController extends ControllerBehavior
|
||||
* Existing record
|
||||
*/
|
||||
if ($this->manageId) {
|
||||
$model = $config->model->find($id);
|
||||
$model = $config->model->find($this->manageId);
|
||||
if ($model) {
|
||||
$config->model = $model;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user