Update call_center_queue_edit.php

This commit is contained in:
FusionPBX 2019-09-19 14:10:52 -06:00 committed by GitHub
parent cdcbe9d468
commit ce9e748822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -417,8 +417,9 @@
//syncrhonize configuration
save_call_center_xml();
//remove the cache
remove_config_from_cache('configuration:callcenter.conf');
//clear the cache
$cache = new cache;
$cache->delete('configuration:callcenter.conf');
//redirect the user
if (is_uuid($call_center_queue_uuid)) {