This commit is contained in:
parent
79fc78e04d
commit
d1b6ad374c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue