mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix warnings in PHP 8.x
This commit is contained in:
parent
5e6b3483e2
commit
5656189a19
3 changed files with 4 additions and 4 deletions
|
|
@ -370,7 +370,7 @@ class autoinstallModel extends autoinstall
|
|||
function getRemoveUrlByPackageSrl($packageSrl)
|
||||
{
|
||||
$ftp_info = Context::getFTPInfo();
|
||||
if(!$ftp_info->ftp_root_path)
|
||||
if(empty($ftp_info->ftp_root_path))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue