fixing bootswatch themes, which broke in the last update

This commit is contained in:
Julian Lam
2013-11-06 21:37:48 -05:00
parent 7ea852fae3
commit d7856bcd4f

View File

@@ -130,6 +130,7 @@ var utils = require('./../public/src/utils.js'),
break;
case 'bootswatch':
themeData['theme:src'] = data.src;
RDB.hmset('config', themeData, callback);
break;
}