diff --git a/bridges/NextInpactBridge.php b/bridges/NextInpactBridge.php index 1422a315..c5e39edf 100644 --- a/bridges/NextInpactBridge.php +++ b/bridges/NextInpactBridge.php @@ -24,7 +24,7 @@ class NextInpactBridge extends BridgeAbstract { } public function collectData(){ - $html = $this->getSimpleHTMLDOM('http://www.nextinpact.com/rss/news.xml') or $this->returnServerError('Could not request NextInpact.'); + $html = $this->getSimpleHTMLDOM($this->uri.'rss/news.xml') or $this->returnServerError('Could not request NextInpact.'); $limit = 0; foreach($html->find('item') as $element) {