Merge branch '280-config-revamp' of ssh://numinibsd/git/base/enigma-bbs into 280-config-revamp
This commit is contained in:
commit
aa0536a233
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue