Skip to content

Commit 7895030

Browse files
authored
Revert unnecessary diff.
1 parent 4eacc2b commit 7895030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/VuFind/src/VuFind/Content/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function loadByIsbn($isbn)
9595
if (!($isbnObj = $this->getIsbnObject($isbn))) {
9696
return $results;
9797
}
98+
9899
// Fetch from provider
99100
$providers = explode(',', $this->providers);
100101
foreach ($providers as $provider) {

0 commit comments

Comments
 (0)