aboutsummaryrefslogtreecommitdiff
path: root/bridges/SuperSmashBlogBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/SuperSmashBlogBridge.php')
-rw-r--r--bridges/SuperSmashBlogBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/SuperSmashBlogBridge.php b/bridges/SuperSmashBlogBridge.php
index a2ce47d9..fd3ace63 100644
--- a/bridges/SuperSmashBlogBridge.php
+++ b/bridges/SuperSmashBlogBridge.php
@@ -10,7 +10,7 @@ class SuperSmashBlogBridge extends BridgeAbstract {
public function collectData(){
$dlUrl = 'https://www.smashbros.com/data/bs/en_US/json/en_US.json';
- $jsonString = getContents($dlUrl) or returnServerError('Error while downloading the website content');
+ $jsonString = getContents($dlUrl);
$json = json_decode($jsonString, true);
foreach($json as $article) {