This commit is contained in:
Frédéric FRANCE 2019-11-03 20:13:01 +01:00
parent fecc9e86a5
commit c580aab543
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -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;