fix a bug that would prevent the 'include guests' option in the statistics dialog to work properly

This commit is contained in:
rolux 2012-03-23 00:05:09 +00:00
parent 950b6533b0
commit 57b7994a78

View file

@ -56,7 +56,7 @@ pandora.ui.statisticsDialog = function() {
//Ox.getJSON('/static/json/deleteme.json', function(result) { //Ox.getJSON('/static/json/deleteme.json', function(result) {
pandora.api.findUsers({ pandora.api.findUsers({
keys: ['browser', 'firstseen', 'lastseen', 'location', 'system'], keys: ['browser', 'firstseen', 'lastseen', 'level', 'location', 'system'],
range: [0, 1000000], range: [0, 1000000],
sort: [{key: 'username', operator: '+'}] sort: [{key: 'username', operator: '+'}]
}, function(result) { }, function(result) {