Skip to content

Commit

Permalink
Revert unnecessary diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored May 22, 2024
1 parent 4eacc2b commit 7895030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/VuFind/src/VuFind/Content/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function loadByIsbn($isbn)
if (!($isbnObj = $this->getIsbnObject($isbn))) {
return $results;
}

// Fetch from provider
$providers = explode(',', $this->providers);
foreach ($providers as $provider) {
Expand Down

0 comments on commit 7895030

Please sign in to comment.