mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
This commit is contained in:
@@ -84,9 +84,12 @@ if (count($_GET)>0) {
|
||||
unset($sql);
|
||||
}
|
||||
|
||||
//synchronize configuration
|
||||
save_call_center_xml();
|
||||
|
||||
$_SESSION["message"] = $text['message-delete'];
|
||||
header("Location: call_center_agents.php");
|
||||
return;
|
||||
//redirect the browser
|
||||
$_SESSION["message"] = $text['message-delete'];
|
||||
header("Location: call_center_agents.php");
|
||||
return;
|
||||
|
||||
?>
|
||||
|
||||
@@ -88,7 +88,7 @@ if (strlen($id) > 0) {
|
||||
$cache = new cache;
|
||||
$cache->delete("memcache delete dialplan:".$_SESSION["context"]);
|
||||
|
||||
//syncrhonize configuration
|
||||
//synchronize configuration
|
||||
save_dialplan_xml();
|
||||
|
||||
//apply settings reminder
|
||||
|
||||
Reference in New Issue
Block a user