aboutsummaryrefslogtreecommitdiff
path: root/bridges/ScmbBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/ScmbBridge.php')
-rw-r--r--bridges/ScmbBridge.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/ScmbBridge.php b/bridges/ScmbBridge.php
index 0ed774c8..646d7c1c 100644
--- a/bridges/ScmbBridge.php
+++ b/bridges/ScmbBridge.php
@@ -9,8 +9,7 @@ class ScmbBridge extends BridgeAbstract {
public function collectData(){
$html = '';
- $html = getSimpleHTMLDOM(self::URI)
- or returnServerError('Could not request Se Coucher Moins Bete.');
+ $html = getSimpleHTMLDOM(self::URI);
foreach($html->find('article') as $article) {
$item = array();