Update common.php

pull/54/head
qkqpttgf 2020-05-05 16:18:06 +08:00 committed by GitHub
parent 46786637bc
commit ca9fc485b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1529,7 +1529,7 @@ function render_list($path = '', $files = '')
}*/
}
if (isset($files['folder'])) {
if (isset($files['children'])) {
while (strpos($html, '<!--GuestUploadStart-->')) {
$tmp = splitfirst($html, '<!--GuestUploadStart-->');
$html = $tmp[0];