From d32e53395f900b2df12136f8c1ae6af200b36202 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 12 Oct 2015 14:25:01 -0700 Subject: [PATCH] Fix a bug with outbound routes back button. --- app/dialplan/dialplan_edit.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 9531b7d0cd..68ec9b3b1b 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -58,9 +58,7 @@ else { else { $action = "add"; } - -//get the app uuid - if (is_uuid($_REQUEST["app_uuid"])) { + if (strlen($_REQUEST["app_uuid"]) > 0) { $app_uuid = $_REQUEST["app_uuid"]; }