mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-13 18:17:42 +01:00
This commit is contained in:
@@ -122,7 +122,7 @@ adminController.themes.get = function(req, res, next) {
|
||||
plugins.fireHook('filter:widgets.getWidgets', [], next);
|
||||
}
|
||||
}, function(err, widgetData) {
|
||||
widgetData.areas.push({ name: 'Drafts', template: 'global', location: 'drafts' });
|
||||
widgetData.areas.push({ name: 'Draft Zone', template: 'global', location: 'drafts' });
|
||||
|
||||
async.each(widgetData.areas, function(area, next) {
|
||||
widgets.getArea(area.template, area.location, function(err, areaData) {
|
||||
|
||||
Reference in New Issue
Block a user