Destinations more minor changes

This commit is contained in:
markjcrane
2023-05-17 16:32:05 -06:00
parent 10a4ceae65
commit f1ac3d92dd
2 changed files with 15 additions and 9 deletions
+4
View File
@@ -292,6 +292,10 @@
$x = 0;
foreach($destinations as $row) {
//define variables with an empty string
$destination_app = '';
$destination_data = '';
//prepare the destination actions
$destination_actions = json_decode($row['destination_actions'], true);
if (!empty($destination_actions)) {