Update destination_edit.php

This commit is contained in:
FusionPBX
2019-11-11 09:55:07 -07:00
committed by GitHub
parent 79772f462a
commit a33e5b2e02

View File

@@ -662,6 +662,9 @@
$cache = new cache;
$cache->delete("dialplan:".$destination_context);
$cache->delete("dialplan:".$destination_context.":".$destination_number);
if (isset($destination_prefix)) {
$cache->delete("dialplan:".$destination_context.":".$destination_prefix.$destination_number);
}
}
//save the outbound destination