From b3c9c68121c23cabe82c62431c00ce386fd90052 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Tue, 16 May 2023 14:28:39 -0400 Subject: [PATCH] remove $ character not meant to be there; credit @jaxwilco --- modules/backend/formwidgets/RelationManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/backend/formwidgets/RelationManager.php b/modules/backend/formwidgets/RelationManager.php index b7813091fa..18c6e7bdc0 100644 --- a/modules/backend/formwidgets/RelationManager.php +++ b/modules/backend/formwidgets/RelationManager.php @@ -31,8 +31,8 @@ public function init(): void { $this->fillFromConfig([ 'readOnly', - '$recordUrl', - '$recordOnClick', + 'recordUrl', + 'recordOnClick', ]); if (!isset($this->readOnly)) {