diff --git a/module/VuFind/src/VuFind/Content/Covers/Factory.php b/module/VuFind/src/VuFind/Content/Covers/Factory.php index f040d1ebd8ba90c87a5547b065ee18a42efce276..56b5c800e09ce87016e6208335fba4a257063755 100644 --- a/module/VuFind/src/VuFind/Content/Covers/Factory.php +++ b/module/VuFind/src/VuFind/Content/Covers/Factory.php @@ -87,7 +87,8 @@ class Factory { $config = $sm->getServiceLocator()->get('VuFind\Config')->get('config'); $url = isset($config->Buchhandel->url) - ? trim($config->Buchhandel->url, '/').'/' : 'https://api.vlb.de/api/v1/cover/'; + ? trim($config->Buchhandel->url, '/') . '/' + : 'https://api.vlb.de/api/v1/cover/'; if (!isset($config->Buchhandel->token)) { throw new \Exception("Buchhandel.de 'token' not set in VuFind config"); }