Fix copy-paste error.

This commit is contained in:
Michael Jumper
2013-08-14 12:53:49 -07:00
parent e92f0b0df5
commit 990f56c373

View File

@@ -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