Merge branch '280-config-revamp' of ssh://numinibsd/git/base/enigma-bbs into 280-config-revamp

This commit is contained in:
Bryan Ashby 2020-07-12 18:33:48 -06:00
commit aa0536a233
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ exports.ThemeManager = class ThemeManager {
};
[ 'menus', 'prompts'].forEach(sectionName => {
if (!_.isObject(mergedTheme.sectionName)) {
if (!_.isObject(mergedTheme[sectionName])) {
return Log.error({sectionName}, 'Merged theme is missing section');
}