mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
fontawesome 4 migration, closes #473
This commit is contained in:
@@ -558,7 +558,7 @@ module.exports.init = function(io) {
|
||||
});
|
||||
|
||||
socket.on('api:categories.get', function() {
|
||||
categories.getAllCategories(function(categories) {
|
||||
categories.getAllCategories(0, function(err, categories) {
|
||||
socket.emit('api:categories.get', categories);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user