mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
interim commit -- enabling default plugins on setup
This commit is contained in:
@@ -162,10 +162,12 @@ var fs = require('fs'),
|
||||
return;
|
||||
}
|
||||
|
||||
callback({
|
||||
id: id,
|
||||
active: !active
|
||||
});
|
||||
if (callback) {
|
||||
callback({
|
||||
id: id,
|
||||
active: !active
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user