diff options
Diffstat (limited to 'www/edit.php')
-rw-r--r-- | www/edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/edit.php b/www/edit.php index 890d042..226e142 100644 --- a/www/edit.php +++ b/www/edit.php @@ -46,6 +46,8 @@ try $cmd->execute(); $result["status"] = true; + $result["group"] = $group; + $result["id"] = $id; $db = null; } |