Przeglądaj źródła

[AllocineFRBridge] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
Pierre Mazière 7 lat temu
rodzic
commit
fd5c8ea658
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bridges/AllocineFRBridge.php

+ 1 - 1
bridges/AllocineFRBridge.php

@@ -63,7 +63,7 @@ class AllocineFRBridge extends BridgeAbstract{
         // Update bridge name to match selection
         $this->name .= ' : ' . $category;
 
-        $html = $this->getSimpleTMLOM($this->uri) or $this->returnServerError("Could not request {$this->uri}!");
+        $html = $this->getSimpleHTMLDOM($this->uri) or $this->returnServerError("Could not request {$this->uri}!");
 
         foreach($html->find('figure.media-meta-fig') as $element)
         {