This commit is contained in:
efinal 2018-04-01 21:18:09 +08:00
parent 8a0d9b2481
commit 311f068a77

View File

@ -86,7 +86,7 @@ function import_folder($dirname, $folder) { /* {{{ */
}
set_time_limit(30);
} elseif(is_dir($path)) {
$name = basename($path);
$name = utf8_basename($path);
if($newfolder = $folder->addSubFolder($name, '', $user, $sequence)) {
$foldercount++;
if(!import_folder($path, $newfolder))