mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update call_center_queue_edit.php
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user