Update destination_edit.php
This commit is contained in:
parent
b0bd38d62a
commit
dc5b282afa
|
|
@ -417,6 +417,7 @@
|
|||
//clear the cache
|
||||
$cache = new cache;
|
||||
$cache->delete("dialplan:".$destination_context);
|
||||
$cache->delete("dialplan:".$destination_context.":".$destination_number);
|
||||
|
||||
//redirect the user
|
||||
if ($action == "add") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue