mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Language fixes and server crash fixes.
This commit is contained in:
parent
d42c54f32e
commit
118fe48713
6 changed files with 1744 additions and 1684 deletions
|
@ -962,7 +962,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
});
|
||||
} else {
|
||||
// Create a filter for device groups
|
||||
if (obj.user.links == null) return;
|
||||
if ((obj.user == null) || (obj.user.links == null)) return;
|
||||
|
||||
// All events
|
||||
var exGroupFilter2 = [], filter = [], filter2 = user.subscriptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue