Skip to content

Commit

Permalink
[5] contact error when deleting alias (#42968)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon authored Mar 13, 2024
1 parent 7f710fb commit 9ab22c2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ public function check()
$this->modified_by = $this->created_by;
}

if (empty($this->hits)) {
$this->hits = 0;
}

return true;
}

Expand Down

0 comments on commit 9ab22c2

Please sign in to comment.