Skip to content

Commit

Permalink
No return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 22, 2017
1 parent 4590415 commit eded68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Share/lib/Horde/Share/Object.php
Expand Up @@ -177,7 +177,7 @@ public function removeUser($userid)
$perm->removeUserPermission($userid, Horde_Perms::EDIT, false);
$perm->removeUserPermission($userid, Horde_Perms::DELETE, false);

return $this->setPermission($perm);
$this->setPermission($perm);
}

/**
Expand Down

0 comments on commit eded68d

Please sign in to comment.