user list on group edit modal

This commit is contained in:
Julian Lam
2013-09-01 23:19:16 -04:00
parent 5e869a5e5c
commit a6b0c2638a
5 changed files with 115 additions and 68 deletions

View File

@@ -26,7 +26,7 @@ var fs = require('fs'),
if (fs.existsSync(pluginPath)) _self.loadPlugin(pluginPath, next);
else if (fs.existsSync(modulePath)) _self.loadPlugin(modulePath, next);
else {
if (global.env === 'development') winston.info('[plugins] Plugin \'' + plugin + '\' not found');
if (global.env === 'development') winston.warn('[plugins] Plugin \'' + plugin + '\' not found');
next(); // Ignore this plugin silently
}
}, next);