Merge pull request #4896 from pichalite/patch-1

add missing comma
v1.18.x
Barış Soner Uşaklı 9 years ago committed by GitHub
commit 3941f4da37

@ -196,7 +196,7 @@ define('forum/category', [
templates.parse('category', 'topics', {
privileges: {editable: editable},
showSelect: editable,
topics: [topic]
topics: [topic],
template: {category: true}
}, function(html) {
translator.translate(html, function(translatedHTML) {
@ -348,4 +348,4 @@ define('forum/category', [
};
return Category;
});
});

Loading…
Cancel
Save