mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 14:07:16 +00:00
- fixed syntax error
This commit is contained in:
parent
2581f438e4
commit
aa0f628f77
|
@ -891,7 +891,7 @@ class LetoDMS_Folder {
|
|||
if (!is_bool($resArr)) {
|
||||
foreach ($resArr as $row) {
|
||||
$user = $this->_dms->getUser($row['id']);
|
||||
if (!$this->_dms->enableAdminRevApp && $user>isAdmin()) continue;
|
||||
if (!$this->_dms->enableAdminRevApp && $user->isAdmin()) continue;
|
||||
$this->_approversList["users"][] = $user;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user