Skip to content

Commit

Permalink
IBX-3957: Updated internalPublishUrlAliasForLocation's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Oct 24, 2023
1 parent 2b9b4b7 commit 7b30902
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,8 @@ private function internalPublishUrlAliasForLocation(
}

// Row exists, check if it is reusable. There are 3 cases when this is possible:
// 1. NOP entry
// 2. existing location or custom alias entry
// 3. history entry
// 1. existing location or custom alias entry
// 2. history entry
if (
$row['action'] === $action ||
(int)$row['is_original'] === 0
Expand Down

0 comments on commit 7b30902

Please sign in to comment.