Browse Source

fixed group edit

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
043cfef9b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/groups.js

+ 1
- 1
src/groups.js View File

@@ -17,7 +17,7 @@
17 17
 
18 18
                 luticateAuthGroups.edit = function(data, promise)
19 19
                 {
20
-                    return luticateRequest.post("/api/luticate/groups/" + data.user_id + "/edit", data, null, promise);
20
+                    return luticateRequest.post("/api/luticate/groups/" + data.group_id + "/edit", data, null, promise);
21 21
                 };
22 22
 
23 23
                 luticateAuthGroups.add = function(data, promise)

Loading…
Cancel
Save