Skip to content
Snippets Groups Projects
Commit 45596157 authored by mathieugrimault's avatar mathieugrimault Committed by Demian Katz
Browse files

bad operator

parent d191c6d1
No related merge requests found
......@@ -598,7 +598,7 @@ class Loader extends \VuFind\ImageLoader
// Attempt to pull down the image:
$result = $this->client->setUri($url)->send();
if (!$result->isSuccess()) {
$this->debug("Failed to retrieve image from " + $url);
$this->debug('Failed to retrieve image from ' . $url);
return false;
}
$image = $result->getBody();
......
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