[LinkedInCompany] fix missing quotes
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
b97317af2e
commit
7641fb5266
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
|
||||
|
|
Loading…
Reference in a new issue