mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 15:20:39 +01:00
fixing bug that caused plugin language files to not be parsed
This commit is contained in:
@@ -28,7 +28,7 @@ function getTranslationTree(callback) {
|
||||
});
|
||||
|
||||
// Filter out plugins with invalid paths
|
||||
async.filter(paths, file.exists, function (paths) {
|
||||
async.filter(paths, file.exists, function (err, paths) {
|
||||
next(null, paths);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user