From a924133a9621cb37b5892c22e8741b7433ed5eb1 Mon Sep 17 00:00:00 2001
From: Joe Atzberger <ohiocore@gmail.com>
Date: Mon, 15 Jul 2013 19:29:16 -0400
Subject: [PATCH] apikey not key

---
 module/VuFind/src/VuFind/Cover/Loader.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Cover/Loader.php b/module/VuFind/src/VuFind/Cover/Loader.php
index 6b9551223cd..956f330254a 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);
     }
 
-- 
GitLab