mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
possible fix to travis
This commit is contained in:
@@ -414,17 +414,7 @@ function enableDefaultPlugins(next) {
|
||||
'nodebb-plugin-soundpack-default'
|
||||
];
|
||||
|
||||
async.each(defaultEnabled, function (pluginId, next) {
|
||||
Plugins.isActive(pluginId, function (err, active) {
|
||||
if (!active) {
|
||||
Plugins.toggleActive(pluginId, function () {
|
||||
next();
|
||||
});
|
||||
} else {
|
||||
next();
|
||||
}
|
||||
});
|
||||
}, next);
|
||||
db.setAdd('plugins:active', defaultEnabled, next);
|
||||
}
|
||||
|
||||
function setCopyrightWidget(next) {
|
||||
|
||||
Reference in New Issue
Block a user