From 67d6802161ef1d8e0bf53e02f0c7fac14dff60e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Fri, 19 Aug 2016 11:06:20 +0200 Subject: [PATCH] IsoHuntBridge: rename file_get_html to getSimpleHTMLDOM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/IsoHuntBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/IsoHuntBridge.php b/bridges/IsoHuntBridge.php index 1d073a56..84cc8bf7 100644 --- a/bridges/IsoHuntBridge.php +++ b/bridges/IsoHuntBridge.php @@ -543,7 +543,7 @@ class IsoHuntBridge extends BridgeAbstract{ #region Generic helper functions private function load_html($uri){ - $html = $this->file_get_html($uri); + $html = $this->getSimpleHTMLDOM($uri); if(!$html) $this->returnServerError('Unable to load ' . $uri . '!');