Merge pull request #4896 from pichalite/patch-1

add missing comma
This commit is contained in:
Barış Soner Uşaklı
2016-07-29 22:12:31 +03:00
committed by GitHub

View File

@@ -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;
});
});