diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index d4d52d47d6d..a3d7aa6ceba 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -578,7 +578,7 @@ if ($action == 'edit') // Profil public print "".$langs->trans("Public")."\n"; - $htmls->select_YesNo($adh->public); + $htmls->select_YesNo($adh->public,"public"); print "\n"; print ''; @@ -685,7 +685,7 @@ if ($action == 'create') // Profil public print "".$langs->trans("Public")."\n"; - $htmls->select_YesNo($adh->public); + $htmls->select_YesNo($adh->public,"public"); print "\n";