Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index ab42d24..66e746a 100644 (file)
@@ -226,7 +226,7 @@ Pman.Tab.GroupsList.prototype = {
                 }
                 
                 new Pman.Request({
-                    url: baseURL + '/Core/core_group_member',
+                    url: baseURL + '/Core/GroupMembers',
                     params: {
                         action : action,
                         group_id: action =='add' ? rid.id : s[0].data.id,