mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-28 20:30:25 +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
|
#region Generic helper functions
|
||||||
|
|
||||||
private function load_html($uri){
|
private function load_html($uri){
|
||||||
$html = $this->file_get_html($uri);
|
$html = $this->getSimpleHTMLDOM($uri);
|
||||||
if(!$html)
|
if(!$html)
|
||||||
$this->returnServerError('Unable to load ' . $uri . '!');
|
$this->returnServerError('Unable to load ' . $uri . '!');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user