mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
Merge branch 'master' of github.com:designcreateplay/NodeBB
This commit is contained in:
@@ -130,9 +130,8 @@ var utils = require('./../public/src/utils.js'),
|
||||
});
|
||||
},
|
||||
function(config, next) {
|
||||
if (config.staticDir) {
|
||||
themeData['theme:staticDir'] = config.staticDir;
|
||||
}
|
||||
themeData['theme:staticDir'] = config.staticDir ? config.staticDir : '';
|
||||
themeData['theme:templates'] = config.templates ? config.templates : '';
|
||||
|
||||
RDB.hmset('config', themeData, next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user