更新至V1.72,更新内容在笔记中查看

This commit is contained in:
小胡
2023-01-31 16:43:25 +08:00
Unverified
parent d05598c2bd
commit 6bfb17dbfd
14 changed files with 30 additions and 24 deletions

View File

@@ -519,6 +519,7 @@ class table_folder extends dzz_table
$where1 = array();
if (!$this->noperm && $folder['gid'] > 0) {
$folder['perm'] = perm_check::getPerm($folder['fid']);
if ($folder['perm'] > 0) {
if (perm_binPerm::havePower('read2', $folder['perm'])) {
$where1[] = "1";