diff --git a/common.php b/common.php index a31e5ba..9bcfbb6 100644 --- a/common.php +++ b/common.php @@ -1529,7 +1529,7 @@ function render_list($path = '', $files = '') }*/ } - if (isset($files['folder'])) { + if (isset($files['children'])) { while (strpos($html, '')) { $tmp = splitfirst($html, ''); $html = $tmp[0];