diff options
Diffstat (limited to 'bridges/FDroidBridge.php')
-rw-r--r-- | bridges/FDroidBridge.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/FDroidBridge.php b/bridges/FDroidBridge.php index 7f54735a..14009d77 100644 --- a/bridges/FDroidBridge.php +++ b/bridges/FDroidBridge.php @@ -24,8 +24,7 @@ class FDroidBridge extends BridgeAbstract { public function collectData(){ $url = self::URI; - $html = getSimpleHTMLDOM($url) - or returnServerError('Could not request F-Droid.'); + $html = getSimpleHTMLDOM($url); // targetting the corresponding widget based on user selection // "updated" is the 5th widget on the page, "added" is the 6th |