diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index 360106ab11..4746d68b7a 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -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)) { @@ -1070,4 +1071,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>