Update call_center_queue_edit.php

This commit is contained in:
FusionPBX 2019-09-19 14:10:52 -06:00 committed by GitHub
parent 316f199d83
commit 22221638f6
1 changed files with 4 additions and 3 deletions

View File

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