diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index 67cdeb67575..bdc1ac1ef6e 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -412,7 +412,7 @@ class Adherent { global $conf,$langs; - dolibarr_syslog("Adherent.class::update user=".$user." notrigger=".$notrigger); + dolibarr_syslog("Adherent.class::update user=".$user->id." notrigger=".$notrigger); // Verification parametres if ($conf->global->ADHERENT_MAIL_REQUIRED && ! ValidEMail($this->email))