Skip to content

Commit

Permalink
Correct error in 74b8333.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 29, 2024
1 parent b734dc7 commit 381963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ function set_overrides($overrides) {
$overrides &= ~self::OVERRIDE_CONFLICT;
}
$this->_overrides = $overrides;
if ($overrides !== $this->_overrides) {
if ($old_overrides !== $this->_overrides) {
$this->_last_rights = null;
}
return $old_overrides;
Expand Down

0 comments on commit 381963a

Please sign in to comment.