mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	admin/manage/groups pagination
This commit is contained in:
		| @@ -219,7 +219,7 @@ SocketGroups.search = function(socket, data, callback) { | ||||
| 	if (!data) { | ||||
| 		return callback(null, []); | ||||
| 	} | ||||
|  | ||||
| 	data.options = data.options || {}; | ||||
| 	if (!data.query) { | ||||
| 		var groupsPerPage = 15; | ||||
| 		groupsController.getGroupsFromSet(socket.uid, data.options.sort, 0, groupsPerPage - 1, function(err, data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user