diff --git a/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php b/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php index beb0178100e884e4b826ad1f2e65f55818dd5827..1b41b4417023d87f89cfd03d62a819f0a86a8368 100644 --- a/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php +++ b/module/VuFind/src/VuFind/Recommend/EuropeanaResults.php @@ -215,7 +215,7 @@ class EuropeanaResults implements RecommendInterface, { // build url $url = $targetUrl . "?" . $requestParam . "=" . $this->lookfor; - //add providers to ignore + // add providers to ignore foreach ($excludeProviders as $provider) { $provider = trim($provider); if (!empty($provider)) { @@ -224,7 +224,7 @@ class EuropeanaResults implements RecommendInterface, } $url .= '&wskey=' . urlencode($this->key); - //return complete url + // return complete url return $url; }