Update behaviour so a theme reset sets Persona, not vanilla

v1.18.x
Julian Lam 10 years ago
parent 3c63336063
commit a0d01a05ed

@ -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') {

Loading…
Cancel
Save