1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 16:17:28 +02:00

[bridges] Rename 'parseRSSItem' to 'parseItem'

This commit is contained in:
logmanoriginal
2016-09-04 13:26:40 +02:00
parent 39788485ea
commit 878db6f96e
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class FeedExpanderExampleBridge extends RssExpander {
}
}
protected function parseRSSItem($newsItem) {
protected function parseItem($newsItem) {
switch($this->getInput('version')){
case 'rss_0_9_1':
return $this->parseRSS_0_9_1_Item($newsItem);