diff --git a/app/dialplans/dialplan_xml.php b/app/dialplans/dialplan_xml.php index e311fbaf12..17f59b9c6f 100644 --- a/app/dialplans/dialplan_xml.php +++ b/app/dialplans/dialplan_xml.php @@ -107,7 +107,7 @@ messages::add($text['message-update']); //redirect the user - header("Location: dialplan_edit.php?id=".$dialplan_uuid."&".((strlen($app_uuid) > 0) ? "?app_uuid=".$app_uuid : null)); + header("Location: dialplan_edit.php?id=".$dialplan_uuid."&".((strlen($app_uuid) > 0) ? "app_uuid=".$app_uuid : null)); exit; } @@ -129,7 +129,7 @@ echo" ".$text['title-dialplan_edit']."
\n"; echo " \n"; echo " \n"; - echo " 0) ? "?app_uuid=".$app_uuid : null)."';\" value='".$text['button-back']."'>\n"; + echo " 0) ? "app_uuid=".$app_uuid : null)."';\" value='".$text['button-back']."'>\n"; echo " \n"; echo " \n"; echo " \n";