From 60f43a80c81585ef2dd11014083103c08250a649 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Fri, 25 Oct 2019 18:05:11 +0200 Subject: [PATCH] Fix php error display --- htdocs/adherents/admin/website.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php index ead5e767243..97392b902bc 100644 --- a/htdocs/adherents/admin/website.php +++ b/htdocs/adherents/admin/website.php @@ -178,7 +178,7 @@ if (! empty($conf->global->MEMBER_ENABLE_PUBLIC)) $listofval = array(-1 => $langs->trans("Undefined")); $listofval += $adht->liste_array(); $forcetype = $conf->global->MEMBER_NEWFORM_FORCETYPE ?: -1; - print $form->selectarray("MEMBER_NEWFORM_FORCETYPE", $listofval, $forcetype, count($listetype)>1?1:0); + print $form->selectarray("MEMBER_NEWFORM_FORCETYPE", $listofval, $forcetype, count($listofval)>1?1:0); print "\n"; // Amount