[LinkedInCompany] fix missing quotes

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-21 19:25:23 +02:00
parent b97317af2e
commit 7641fb5266

View file

@ -19,7 +19,7 @@ class LinkedInCompany extends BridgeAbstract{
public function collectData(array $param){
$html = '';
$link = 'https://www.linkedin.com/company/'.$param[c];
$link = 'https://www.linkedin.com/company/'.$param['c'];
$html = $this->getSimpleHTMLDOM($link) or $this->returnServerError('Could not request LinkedIn.');