Update call_center_queue_edit.php

This commit is contained in:
FusionPBX 2018-06-30 18:49:18 -06:00 committed by GitHub
parent 759436e061
commit 7c54dc99dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@
remove_config_from_cache('configuration:callcenter.conf');
//redirect the user
header("Location: call_center_queue_edit.php?id=".$call_center_queue_uuid);
header("Location: call_center_queue_edit.php?id=".escape($call_center_queue_uuid));
return;
} //(count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)