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