This commit is contained in:
barisusakli
2014-08-22 18:05:50 -04:00
parent 69b9e57daf
commit 5a42b6a7ea

View File

@@ -24,7 +24,7 @@ SocketCategories.getRecentReplies = function(socket, cid, callback) {
}; };
SocketCategories.get = function(socket, data, callback) { SocketCategories.get = function(socket, data, callback) {
categories.getAllCategories(callback); categories.getCategoriesByPrivilege(socket.uid, 'find', callback);
}; };
SocketCategories.loadMore = function(socket, data, callback) { SocketCategories.loadMore = function(socket, data, callback) {