mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-15 04:54:01 +02:00
[ViadeoCompanyBridge] fix missing quotes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -19,7 +19,7 @@ class ViadeoCompany extends BridgeAbstract{
|
||||
|
||||
public function collectData(array $param){
|
||||
$html = '';
|
||||
$link = 'http://www.viadeo.com/fr/company/'.$param[c];
|
||||
$link = 'http://www.viadeo.com/fr/company/'.$param['c'];
|
||||
|
||||
$html = $this->getSimpleHTMLDOM($link) or $this->returnServerError('Could not request Viadeo.');
|
||||
|
||||
|
Reference in New Issue
Block a user