From 7895030477a608d234886a373daffc07b372ec02 Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Wed, 22 May 2024 12:57:26 -0400 Subject: [PATCH] Revert unnecessary diff. --- module/VuFind/src/VuFind/Content/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/VuFind/src/VuFind/Content/Loader.php b/module/VuFind/src/VuFind/Content/Loader.php index 09cfa2fc138..b96fa2bfbab 100644 --- a/module/VuFind/src/VuFind/Content/Loader.php +++ b/module/VuFind/src/VuFind/Content/Loader.php @@ -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) {