Update destination_edit.php

This commit is contained in:
FusionPBX 2017-11-12 21:17:24 -07:00 committed by GitHub
parent b0bd38d62a
commit dc5b282afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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") {