From 3a0b762a6eca1910b76e1f853baea9da54f0c044 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Feb 2021 12:01:58 +0100 Subject: [PATCH] Var not defined --- htdocs/adherents/admin/website.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php index e3acf3c4d99..56d6ec996e4 100644 --- a/htdocs/adherents/admin/website.php +++ b/htdocs/adherents/admin/website.php @@ -133,6 +133,7 @@ if ($conf->use_javascript_ajax) { print ''.$langs->trans("BlankSubscriptionFormDesc").'

'; +$param = ''; $enabledisablehtml = $langs->trans("EnablePublicSubscriptionForm").' '; if (empty($conf->global->MEMBER_ENABLE_PUBLIC)) {