mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix warnings in RSS config screen in PHP 8.x
This commit is contained in:
parent
bf7b0d6aef
commit
04546d8b0f
2 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@ class RssAdminView extends Rss
|
|||
$args->url = $oRssModel->getRssURL('rss', $module_info->mid);
|
||||
$args->open_feed = $module_config->open_rss;
|
||||
$args->open_total_feed = $module_config->open_total_feed;
|
||||
$args->feed_description = $module_config->feed_description;
|
||||
$args->feed_description = $module_config->feed_description ?? '';
|
||||
|
||||
$rss_list[$module_srl] = $args;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue