From c580aab54307b0ac33d64a5c41d9e03388310659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 3 Nov 2019 20:13:01 +0100 Subject: [PATCH] wip --- htdocs/user/class/user.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 6c9ede1a3b2..76d4d431561 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -1520,7 +1520,6 @@ class User extends CommonObject $this->signature = trim($this->signature); $this->note_public = trim($this->note_public); $this->note_private = trim($this->note_private); - $this->note = trim($this->note_private); $this->openid = trim(empty($this->openid)?'':$this->openid); // Avoid warning $this->admin = $this->admin?$this->admin:0; $this->address = empty($this->address)?'':$this->address;