optimized widget call by bundling all queries into one for #1428; fixes active users widget crash

also fixes b3819fd076 properly
This commit is contained in:
psychobunny
2014-07-09 19:23:03 -04:00
parent 9fbd535b79
commit 5b6acbad1e
5 changed files with 19 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ var async = require('async'),
var rendered = [];
async.parallel({
global: function(next) {
Widgets.getArea('global', area.location, next);