diff --git a/module/VuFind/src/VuFind/Cover/Loader.php b/module/VuFind/src/VuFind/Cover/Loader.php index 6b9551223cd75f3fd915439ccb4fd025db07bf46..956f330254a832ed8cdce4a80c524d21067e93a8 100644 --- a/module/VuFind/src/VuFind/Cover/Loader.php +++ b/module/VuFind/src/VuFind/Cover/Loader.php @@ -715,7 +715,7 @@ class Loader implements \Zend\Log\LoggerAwareInterface throw new \Exception("Booksite 'key' not set in VuFind config"); } $key = $this->config->Booksite->key; - $url = $url . '/poca/content_img?key=' . $key . '&ean=' . $isn; + $url = $url . '/poca/content_img?apikey=' . $key . '&ean=' . $isn; return $this->processImageURL($url); }