mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31: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
|
||||
if (connection)
|
||||
if (group)
|
||||
GuacamoleService.ConnectionGroups.update(updated_group, parameters);
|
||||
|
||||
// Otherwise, create
|
||||
|
Reference in New Issue
Block a user