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

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);