mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 19:01:18 +02:00
IsoHuntBridge: rename file_get_html to getSimpleHTMLDOM
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
@@ -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 . '!');
|
||||
|
||||
|
Reference in New Issue
Block a user