mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 20:14:10 +02:00
Normalize some method calls (#2911)
The methods were called as static even though they were not.
This commit is contained in:
@@ -36,7 +36,7 @@ class AsahiShimbunAJWBridge extends BridgeAbstract
|
||||
|
||||
private function getSectionURI($section)
|
||||
{
|
||||
return self::getURI() . $section . '/';
|
||||
return $this->getURI() . $section . '/';
|
||||
}
|
||||
|
||||
public function collectData()
|
||||
|
Reference in New Issue
Block a user