From af747af53459db4dc2aa202ddc31687c00ee010c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Mon, 22 Aug 2016 00:19:32 +0200 Subject: [PATCH] [ViadeoCompanyBridge] fix missing quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/ViadeoCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/ViadeoCompany.php b/bridges/ViadeoCompany.php index 08ca3211..b2149f63 100644 --- a/bridges/ViadeoCompany.php +++ b/bridges/ViadeoCompany.php @@ -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.');