Pman.Tab.GroupsList.js
authorAlan Knowles <alan@roojs.com>
Thu, 4 May 2017 03:40:52 +0000 (11:40 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 May 2017 03:40:52 +0000 (11:40 +0800)
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,