fix: empty files cause 500 error in heroku

pull/187/head
qkqpttgf 2021-01-15 16:28:53 +08:00 committed by GitHub
parent 661a6f89fe
commit 399fb38fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1415,7 +1415,7 @@ function EnvOpt($needUpdate = 0)
return message($html, getconstStr('Setup')); return message($html, getconstStr('Setup'));
} }
function render_list($path = '', $files = '') function render_list($path = '', $files = [])
{ {
global $exts; global $exts;
global $constStr; global $constStr;