mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix a bug with outbound routes back button.
This commit is contained in:
@@ -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"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user