mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
Normalize some method calls (#2911)
The methods were called as static even though they were not.
This commit is contained in:
@@ -38,7 +38,7 @@ class TinyLetterBridge extends BridgeAbstract
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
$archives = self::getURI() . '/archive';
|
||||
$archives = $this->getURI() . '/archive';
|
||||
$html = getSimpleHTMLDOMCached($archives);
|
||||
|
||||
foreach ($html->find('.message-list li') as $element) {
|
||||
|
Reference in New Issue
Block a user