mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
Fix copy-paste error.
This commit is contained in:
@@ -1017,7 +1017,7 @@ GuacAdmin.ConnectionGroupEditor = function(group, parameters) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Update group if provided
|
// Update group if provided
|
||||||
if (connection)
|
if (group)
|
||||||
GuacamoleService.ConnectionGroups.update(updated_group, parameters);
|
GuacamoleService.ConnectionGroups.update(updated_group, parameters);
|
||||||
|
|
||||||
// Otherwise, create
|
// Otherwise, create
|
||||||
|
Reference in New Issue
Block a user