mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix warning in PHP 8.0
This commit is contained in:
parent
21e99aa7a2
commit
ef2cdb56b0
1 changed files with 4 additions and 0 deletions
|
|
@ -123,6 +123,10 @@ class FrontEndFileHandler extends Handler
|
|||
$source_hint = $args[2];
|
||||
$args[2] = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
$source_hint = '';
|
||||
}
|
||||
|
||||
$file = $this->getFileInfo($args[0], $args[2] ?? '', $args[1] ?? 'all', $args[4] ?? [], $isCommon);
|
||||
$file->index = (int)($args[3] ?? 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue