mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
closes #3537
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = function(Categories) {
|
||||
link: '',
|
||||
numRecentReplies: 1,
|
||||
class: ( data.class ? data.class : 'col-md-3 col-xs-6' ),
|
||||
imageClass: 'auto'
|
||||
imageClass: 'cover'
|
||||
};
|
||||
|
||||
plugins.fireHook('filter:category.create', {category: category, data: data}, next);
|
||||
|
||||
Reference in New Issue
Block a user