From a0d01a05ed93e2dd72502474795c02cf5dbed355 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 9 Aug 2015 20:17:28 -0400 Subject: [PATCH] Update behaviour so a theme reset sets Persona, not vanilla --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 0f5de4bfe9..81fa124f88 100644 --- a/app.js +++ b/app.js @@ -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') {