Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 3, 2019
1 parent f25196d commit 06021b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/user/class/user.class.php
Expand Up @@ -1520,6 +1520,7 @@ public function update($user, $notrigger = 0, $nosyncmember = 0, $nosyncmemberpa
$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;
Expand Down

0 comments on commit 06021b2

Please sign in to comment.