mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
- use new role field in class LetoDMS_User
This commit is contained in:
parent
4fc45c65ae
commit
f23b030ef0
|
@ -96,7 +96,7 @@ class LetoDMS_Group {
|
|||
$this->_users = array();
|
||||
|
||||
foreach ($resArr as $row) {
|
||||
$user = new LetoDMS_User($row["id"], $row["login"], $row["pwd"], $row["fullName"], $row["email"], $row["language"], $row["theme"], $row["comment"], $row["isAdmin"], $row['isGuest'], $row['isHidden']);
|
||||
$user = new LetoDMS_User($row["id"], $row["login"], $row["pwd"], $row["fullName"], $row["email"], $row["language"], $row["theme"], $row["comment"], $row["role"], $row['isHidden']);
|
||||
array_push($this->_users, $user);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user