mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-06 11:15:14 +08:00
更新至V1.72,更新内容在笔记中查看
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user