Revert "fixing bug that caused plugin language files to not be parsed"

This reverts commit b2bb1a7c24.
v1.18.x
Julian Lam 8 years ago
parent b2bb1a7c24
commit 372138c789

@ -28,7 +28,7 @@ function getTranslationTree(callback) {
});
// Filter out plugins with invalid paths
async.filter(paths, file.exists, function (err, paths) {
async.filter(paths, file.exists, function (paths) {
next(null, paths);
});
},

Loading…
Cancel
Save