mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->debugMessage('Calling function "collect_' . $this->feedType . '_data"');
|
||||||
$this->{'collect_' . $this->feedType . '_data'}($rssContent, $maxItems);
|
$this->{'collect_' . $this->feedType . '_data'}($rssContent, $maxItems);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user