mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
forgot err, thanks @barisusakli
This commit is contained in:
@@ -94,7 +94,7 @@ var db = require('./database'),
|
||||
category.topic_row_size = 'col-md-9';
|
||||
|
||||
plugins.fireHook('filter:category.get', category, uid, function(err, category) {
|
||||
callback(null, category);
|
||||
callback(err, category);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user