From 06021b23a3aefc733ab226a0d642b2d4e076c891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 3 Nov 2019 19:04:18 +0100 Subject: [PATCH] wip --- htdocs/user/class/user.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 76d4d431561..6c9ede1a3b2 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -1520,6 +1520,7 @@ 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;