Fix the string quotations and return on the method.

This commit is contained in:
Mark Crane
2015-01-15 19:33:27 +00:00
parent 783ecc762a
commit 618626e97a
3 changed files with 8 additions and 11 deletions

View File

@@ -155,7 +155,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//clear the cache
$cache = new cache;
$cache->delete('dialplan:".$dialplan_context');
$cache->delete("dialplan:".$dialplan_context);
//synchronize the xml config
save_dialplan_xml();