Fix a bug with outbound routes back button.

This commit is contained in:
markjcrane
2015-10-12 14:25:01 -07:00
parent 35a3233581
commit d32e53395f

View File

@@ -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"];
}