diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index f3e918cc443..8002e57e32b 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -31,7 +31,7 @@ require(DOL_DOCUMENT_ROOT."/adherents/XML-RPC.functions.php"); $adho = new AdherentOptions($db); $errmsg=''; -if (isset($action) && $action='sendinfo') +if (isset($action) && $action=='sendinfo') { $adh = new Adherent($db); $adh->id = $rowid;