|
|
@ -62,7 +62,6 @@ var async = require('async'),
|
|
|
|
category.nextStart = results.topics.nextStart;
|
|
|
|
category.nextStart = results.topics.nextStart;
|
|
|
|
category.pageCount = results.pageCount;
|
|
|
|
category.pageCount = results.pageCount;
|
|
|
|
category.isIgnored = results.isIgnored[0];
|
|
|
|
category.isIgnored = results.isIgnored[0];
|
|
|
|
category.topic_row_size = 'col-md-9';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugins.fireHook('filter:category.get', {category: category, uid: data.uid}, function(err, data) {
|
|
|
|
plugins.fireHook('filter:category.get', {category: category, uid: data.uid}, function(err, data) {
|
|
|
|
callback(err, data ? data.category : null);
|
|
|
|
callback(err, data ? data.category : null);
|
|
|
|