This commit is contained in:
Mark Crane
2015-02-21 05:33:53 +00:00
parent c5ba922679
commit 7f961d03dc
2 changed files with 7 additions and 4 deletions

View File

@@ -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;
?>

View File

@@ -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