From 22221638f69a2ced4c49d0eb8e7621c5fe403c0c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 19 Sep 2019 14:10:52 -0600 Subject: [PATCH] Update call_center_queue_edit.php --- app/call_centers/call_center_queue_edit.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +?>