mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
fix: bug in prior refactor (#4197)
This commit is contained in:
@@ -136,7 +136,7 @@ class FeedItem
|
||||
{
|
||||
$this->title = null;
|
||||
if (!is_string($title)) {
|
||||
Debug::log('Title must be a string!');
|
||||
trigger_error('Title must be a string: ' . print_r($title, true));
|
||||
} else {
|
||||
$this->title = truncate(trim($title));
|
||||
}
|
||||
|
Reference in New Issue
Block a user