changing method to retrieve themes to use /node_modules

This commit is contained in:
Julian Lam
2013-08-28 16:32:59 -04:00
parent 96c43b4607
commit 96688a8ffe
2 changed files with 21 additions and 20 deletions

View File

@@ -800,6 +800,7 @@ var SocketIO = require('socket.io').listen(global.server, { log:false }),
socket.on('api:admin.themes.getInstalled', function(callback) {
meta.themes.get(function(err, themeArr) {
console.log(themeArr);
callback(themeArr);
});
});