mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
fix: incorrect call to load additional group members
This commit is contained in:
@@ -122,7 +122,7 @@ define('forum/groups/memberlist', ['api', 'bootbox', 'alerts'], function (api, b
|
|||||||
}
|
}
|
||||||
|
|
||||||
members.attr('loading', 1);
|
members.attr('loading', 1);
|
||||||
api.get(`/groups/${groupName}/members`, {
|
api.get(`/groups/${ajaxify.data.group.slug}/members`, {
|
||||||
after: members.attr('data-nextstart'),
|
after: members.attr('data-nextstart'),
|
||||||
}, function (err, data) {
|
}, function (err, data) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user