mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Fix various warnings in PHP 8.0
This commit is contained in:
parent
db6f44a913
commit
4dcdb9e4bd
5 changed files with 10 additions and 5 deletions
|
|
@ -2293,7 +2293,7 @@ class Context
|
|||
$plugin_name = 'ui';
|
||||
}
|
||||
|
||||
if($loaded_plugins[$plugin_name])
|
||||
if(isset($loaded_plugins[$plugin_name]))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue