mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-26 15:19:50 +02:00
backport crash fix
This commit is contained in:
@@ -103,7 +103,9 @@
|
||||
helpers.generateChildrenCategories = function(category) {
|
||||
var html = '';
|
||||
var relative_path = (typeof config !== 'undefined' ? config.relative_path : require('nconf').get('relative_path'));
|
||||
|
||||
if (!category || !category.children) {
|
||||
return html;
|
||||
}
|
||||
category.children.forEach(function(child) {
|
||||
if (!child) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user