mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 19:09:56 +02:00
Normalize some method calls (#2911)
The methods were called as static even though they were not.
This commit is contained in:
@@ -21,7 +21,7 @@ class PanacheDigitalGamesBridge extends BridgeAbstract
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$articles = self::getURI();
|
||||
$articles = $this->getURI();
|
||||
$html = getSimpleHTMLDOMCached($articles);
|
||||
|
||||
foreach ($html->find('.news-item') as $element) {
|
||||
|
Reference in New Issue
Block a user