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 . '!');