Skip to content

Commit

Permalink
Lose unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 21, 2024
1 parent 7b8ec79 commit 34ed696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/Search/Solr/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function updateAllElementsWithAdditionalLocation($locationId): void
foreach ($contentIds as $contentId) {
try {
$contentInfo = $this->contentHandler->loadContentInfo($contentId);
} catch (NotFoundException $e) {
} catch (NotFoundException) {
continue;
}

Expand Down

0 comments on commit 34ed696

Please sign in to comment.