aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/LeBonCoinBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/LeBonCoinBridge.php b/bridges/LeBonCoinBridge.php
index 8cfea7cb..927b43e0 100644
--- a/bridges/LeBonCoinBridge.php
+++ b/bridges/LeBonCoinBridge.php
@@ -159,7 +159,7 @@ class LeBonCoinBridge extends BridgeAbstract {
);
$url = self::URI . 'recherche/?' . http_build_query($params);
- $html = file_get_contents($url)
+ $html = getContents($url)
or returnServerError('Could not request LeBonCoin. Tried: ' . $url);
if(!preg_match('/^<script>window.FLUX_STATE[^\r\n]*/m', $html, $matches)) {