From d4fa284f67ca6fb96ed5906d711e99af907dbae1 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 17 Jun 2021 16:18:55 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/contact/class/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index f3a5f170380..bf65adc437a 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -549,7 +549,7 @@ class Contact extends CommonObject $this->fax = trim($this->fax); $this->zip = (empty($this->zip) ? '' : trim($this->zip)); $this->town = (empty($this->town) ? '' : trim($this->town)); - $this->ref_ext = trim($this->ref_ext); + $this->ref_ext = trim($this->ref_ext); $this->setUpperOrLowerCase(); $this->country_id = ($this->country_id > 0 ? $this->country_id : $this->country_id); if (empty($this->statut)) {