forked from blallo/rss-bridge
[FeedExpander] Write debug message for custom build function
This commit is contained in:
parent
ffc9418620
commit
1819943451
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ abstract class FeedExpander extends BridgeAbstract {
|
|||
break;
|
||||
}
|
||||
|
||||
$this->debugMessage('Calling function "collect_' . $this->feedType . '_data"');
|
||||
$this->{'collect_' . $this->feedType . '_data'}($rssContent, $maxItems);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue