Compare commits
No commits in common. "bda12177ebc201f04fdad5493b93039676a983ca" and "8a1820275d7f5d17e23da2f5dd70e93e28719a46" have entirely different histories.
bda12177eb
...
8a1820275d
@ -305,6 +305,8 @@ class PersistentDataManager implements IPersistentDataManager
|
|||||||
|
|
||||||
if ($relationModel !== null) {
|
if ($relationModel !== null) {
|
||||||
$model->$methodSet($relationModel->getId());
|
$model->$methodSet($relationModel->getId());
|
||||||
|
} else {
|
||||||
|
$model->$methodSet(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user