Fix a bug with outbound routes back button.
This commit is contained in:
parent
c5f66a0a63
commit
8f43f61713
|
|
@ -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"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue