fix: empty files cause 500 error in heroku
parent
661a6f89fe
commit
399fb38fd4
|
@ -1415,7 +1415,7 @@ function EnvOpt($needUpdate = 0)
|
|||
return message($html, getconstStr('Setup'));
|
||||
}
|
||||
|
||||
function render_list($path = '', $files = '')
|
||||
function render_list($path = '', $files = [])
|
||||
{
|
||||
global $exts;
|
||||
global $constStr;
|
||||
|
|
Loading…
Reference in New Issue