Pman.Tab.GroupsList.js
authorAlan Knowles <alan@roojs.com>
Thu, 4 May 2017 03:35:19 +0000 (11:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 May 2017 03:35:19 +0000 (11:35 +0800)
Pman.Tab.GroupsList.js

index 630f61f..4f7a62f 100644 (file)
@@ -226,7 +226,7 @@ Pman.Tab.GroupsList.prototype = {
                 }
                 
                 new Pman.Request({
-                    url: baseURL + '/Core/GroupMembers.php',
+                    url: baseURL + '/Core/core_groop_member',
                     params: {
                         action : action,
                         group_id: action =='add' ? rid.id : s[0].data.id,