mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 11:02:41 +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)) {
|
if (!is_bool($resArr)) {
|
||||||
foreach ($resArr as $row) {
|
foreach ($resArr as $row) {
|
||||||
$user = $this->_dms->getUser($row['id']);
|
$user = $this->_dms->getUser($row['id']);
|
||||||
if (!$this->_dms->enableAdminRevApp && $user>isAdmin()) continue;
|
if (!$this->_dms->enableAdminRevApp && $user->isAdmin()) continue;
|
||||||
$this->_approversList["users"][] = $user;
|
$this->_approversList["users"][] = $user;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user