update numberOfUsers, needed for email export, fixes #488
This commit is contained in:
parent
a7d3e4e941
commit
09c1b29905
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ pandora.ui.usersDialog = function() {
|
|||
})
|
||||
.bindEvent({
|
||||
init: function(data) {
|
||||
numberOfUsers = data.users;
|
||||
$status.html(
|
||||
Ox.formatNumber(data.items)
|
||||
+ ' user' + (data.items == 1 ? '' : 's')
|
||||
|
|
Loading…
Reference in a new issue