diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index e69dc2b6fc0..d32dc75b5b9 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -526,6 +526,8 @@ class Adherent } } + $this->fullname=trim($this->nom.' '.$this->prenom); + if (! $notrigger) { $this->use_webcal=($conf->global->PHPWEBCALENDAR_MEMBERSTATUS=='always'?1:0);