mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
This commit is contained in:
@@ -78,6 +78,11 @@ SocketCategories.loadMore = function(socket, data, callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data.privileges = results.privileges;
|
data.privileges = results.privileges;
|
||||||
|
data.template = {
|
||||||
|
category: true,
|
||||||
|
name: 'category'
|
||||||
|
};
|
||||||
|
|
||||||
callback(null, data);
|
callback(null, data);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user