Update common.php

This commit is contained in:
qkqpttgf
2020-05-05 16:18:06 +08:00
committed by GitHub
parent 46786637bc
commit ca9fc485b5
+1 -1
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];