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){
|
public function collectData(array $param){
|
||||||
$html = '';
|
$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.');
|
$html = $this->getSimpleHTMLDOM($link) or $this->returnServerError('Could not request Viadeo.');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue