Update behaviour so a theme reset sets Persona, not vanilla

This commit is contained in:
Julian Lam
2015-08-09 20:17:28 -04:00
parent 3c63336063
commit a0d01a05ed

2
app.js
View File

@@ -345,7 +345,7 @@ function resetThemes(callback) {
meta.themes.set({
type: 'local',
id: 'nodebb-theme-vanilla'
id: 'nodebb-theme-persona'
}, function(err) {
winston.info('[reset] Theme reset to Vanilla');
if (typeof callback === 'function') {