Skip to content
Snippets Groups Projects
Commit a924133a authored by Joe Atzberger's avatar Joe Atzberger Committed by Demian Katz
Browse files

apikey not key

parent 27989f14
No related merge requests found
...@@ -715,7 +715,7 @@ class Loader implements \Zend\Log\LoggerAwareInterface ...@@ -715,7 +715,7 @@ class Loader implements \Zend\Log\LoggerAwareInterface
throw new \Exception("Booksite 'key' not set in VuFind config"); throw new \Exception("Booksite 'key' not set in VuFind config");
} }
$key = $this->config->Booksite->key; $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); return $this->processImageURL($url);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment