forked from blallo/rss-bridge
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue