Skip to content

Commit

Permalink
ISSUE=11554 only update appropriate cache in remove_circuit method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Geels committed Jul 14, 2015
1 parent dd21cea commit f64e67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/webservice/provisioning.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ sub remove_circuit {
workgroup_id => $workgroup_id
);

_send_update_cache($circuit_id);
_send_update_cache( circuit_id => $circuit_id);

# print STDERR Dumper($output);

Expand Down

0 comments on commit f64e67a

Please sign in to comment.