From db082912d9d8edae40ccb1a4c412cbe38836ae1b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Sep 2017 10:08:28 -0600 Subject: [PATCH] Update dialplan_delete.php --- app/dialplans/dialplan_delete.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialplans/dialplan_delete.php b/app/dialplans/dialplan_delete.php index 096a35d4c0..70202978f4 100644 --- a/app/dialplans/dialplan_delete.php +++ b/app/dialplans/dialplan_delete.php @@ -109,6 +109,6 @@ else { //redirect the browser $_SESSION["message"] = $text['message-delete'].(($dialplans_deleted > 1) ? ": ".$dialplans_deleted : null); - header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php".(($app_uuid != '') ? "?app_uuid=".$app_uuid : null)); + header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php".(($app_uuid != '') ? "?app_uuid=".$app_uuid : null)); -?> \ No newline at end of file +?>