forked from extern/egroupware
fix error when status app is not available
This commit is contained in:
parent
83bd7cadb1
commit
32f08d0a61
@ -1318,7 +1318,7 @@ app.classes.addressbook = AppJS.extend(
|
||||
*/
|
||||
videoconference_isUserOnline: function(_action, _selected)
|
||||
{
|
||||
let list = app.status.getEntireList();
|
||||
let list = app.status ? app.status.getEntireList() : {};
|
||||
|
||||
for (let sel in _selected)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user