mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[FeedExpander] Write debug message for custom build function
This commit is contained in:
parent
ffc9418620
commit
1819943451
@ -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…
x
Reference in New Issue
Block a user