forked from Wavyzz/dolibarr
Merge remote-tracking branch 'upstream/develop' into zapieruser
This commit is contained in:
@@ -681,7 +681,7 @@ class User extends CommonObject
|
||||
} else {
|
||||
$wherefordel = "module='".$this->db->escape($allmodule)."'";
|
||||
if (!empty($allperms)) {
|
||||
$whereforadd .= " AND perms='".$this->db->escape($allperms)."'";
|
||||
$wherefordel .= " AND perms='".$this->db->escape($allperms)."'";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user