From 1bdd9bd5d34c53f8cd16cc6aaf22dfda640f2fed Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Mon, 19 Aug 2024 17:05:36 +0200 Subject: [PATCH] Update boot.php --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 0d73f99..90a9fea 100644 --- a/boot.php +++ b/boot.php @@ -83,7 +83,7 @@ static function ($a) { $return .= ''; $return .= ''; - $action = '$yform->setAction(\'mailer_profile\', array(' . $a['list']->getValue('id') . ');'; + $action = '$yform->setAction(\'mailer_profile\', array(' . $a['list']->getValue('id') . '));'; $return .= ''; $return .= ' ' . $action . ''; $return .= '';