aboutsummaryrefslogtreecommitdiff
path: root/bridges/DockerHubBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/DockerHubBridge.php')
-rw-r--r--bridges/DockerHubBridge.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/DockerHubBridge.php b/bridges/DockerHubBridge.php
index b0aaa149..343f832e 100644
--- a/bridges/DockerHubBridge.php
+++ b/bridges/DockerHubBridge.php
@@ -57,8 +57,7 @@ class DockerHubBridge extends BridgeAbstract {
}
public function collectData() {
- $json = getContents($this->getApiUrl())
- or returnServerError('Could not request: ' . $this->getURI());
+ $json = getContents($this->getApiUrl());
$data = json_decode($json, false);