mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-08 05:30:40 +01:00
fixed bug with sorting of widgets
This commit is contained in:
@@ -16,7 +16,7 @@ var async = require('async'),
|
||||
var rendered = [];
|
||||
|
||||
Widgets.getArea(area.template, area.location, function(err, widgets) {
|
||||
async.each(widgets, function(widget, next) {
|
||||
async.eachSeries(widgets, function(widget, next) {
|
||||
plugins.fireHook('filter:widget.render:' + widget.widget, {
|
||||
uid: uid,
|
||||
area: area,
|
||||
|
||||
Reference in New Issue
Block a user