[AllocineFRBridge] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-21 01:41:04 +02:00
parent bba216073c
commit fd5c8ea658

View file

@ -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)
{