psychobunny 11 years ago
parent 3c44beb4bb
commit db3523b10b

@ -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) {

Loading…
Cancel
Save