mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-29 04:40:19 +02:00
[FeedExpander] Write debug message for custom build function
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user