From d9f280dc56d658c115a23577319e49f4e8a31ac8 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Tue, 23 Jul 2024 09:48:33 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07679=20-=20Debug=20output=20when=20licen?= =?UTF-8?q?ce=20read-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/forms.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms.class.inc.php b/application/forms.class.inc.php index 3f0c0fcb6..890475e4f 100644 --- a/application/forms.class.inc.php +++ b/application/forms.class.inc.php @@ -209,7 +209,7 @@ class DesignerForm public function RenderAsPropertySheet($oP, $bReturnHTML = false, $sNotifyParentSelector = null) { $sReturn = ''; - $sActionUrl = addslashes($this->sSubmitTo); + $sActionUrl = addslashes($this->sSubmitTo ?? ''); $sJSSubmitParams = json_encode($this->aSubmitParams); $sFormId = $this->GetFormId(); if ($this->oParentForm == null) {