diff options
Diffstat (limited to 'bridges/SIMARBridge.php')
-rw-r--r-- | bridges/SIMARBridge.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/SIMARBridge.php b/bridges/SIMARBridge.php index 1e446cf5..df79b1d9 100644 --- a/bridges/SIMARBridge.php +++ b/bridges/SIMARBridge.php @@ -15,8 +15,7 @@ class SIMARBridge extends BridgeAbstract { ); public function collectData() { - $html = getSimpleHTMLDOM(self::getURI()) - or returnServerError('Could not load content'); + $html = getSimpleHTMLDOM(self::getURI()); $e_home = $html->find('#home', 0) or returnServerError('Invalid site structure'); |