mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Fix warnings in PHP 8.0
This commit is contained in:
parent
686699c2ee
commit
588520ff4b
5 changed files with 48 additions and 48 deletions
|
|
@ -27,7 +27,7 @@ class fileView extends file
|
|||
if(!$current_module_srl)
|
||||
{
|
||||
// Get information of the current module
|
||||
$current_module_srl = Context::get('current_module_info')->module_srl;
|
||||
$current_module_srl = Context::get('current_module_info')->module_srl ?? 0;
|
||||
if(!$current_module_srl)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue