Update call_center_queue_edit.php
This commit is contained in:
parent
316f199d83
commit
22221638f6
|
|
@ -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)) {
|
||||||
|
|
@ -1070,4 +1071,4 @@
|
||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue