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 fecc9e8 commit c580aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/user/class/user.class.php
Expand Up @@ -1520,7 +1520,6 @@ 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 c580aab

Please sign in to comment.