[ViadeoCompanyBridge] fix missing quotes

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-22 00:19:32 +02:00
parent bbf95662c2
commit af747af534

View file

@ -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.');