mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Various fixes to remove warnings in PHP 8.0
This commit is contained in:
parent
9a0bf6d907
commit
49923844b2
36 changed files with 271 additions and 176 deletions
|
|
@ -16,7 +16,8 @@ class rssController extends rss
|
|||
*/
|
||||
function triggerRssUrlInsert($obj)
|
||||
{
|
||||
if(!$current_module_srl = Context::get('current_module_info')->module_srl)
|
||||
$current_module_srl = Context::get('current_module_info')->module_srl ?? null;
|
||||
if (!$current_module_srl)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue