Unset destination_app and destination_data

This fixes a bug where a blank empty value shows the previous value.
This commit is contained in:
FusionPBX 2022-09-07 16:33:10 -06:00 committed by GitHub
parent 7369409648
commit c12cd0d296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -346,6 +346,11 @@
echo " </td>\n";
}
echo "</tr>\n";
//unset the destination app and data
unset($destination_app, $destination_data);
//increment the id
$x++;
}
unset($destinations);