forked from blallo/rss-bridge
[ViadeoCompanyBridge] fix missing quotes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
bbf95662c2
commit
af747af534
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
|
||||
|
|
Loading…
Reference in a new issue