From ca9fc485b59dc6f732a4dc8f05f12c9023d316f1 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Tue, 5 May 2020 16:18:06 +0800 Subject: [PATCH] Update common.php --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];