diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index d9e2307d98..8534ffe87d 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -346,6 +346,11 @@ echo " \n"; } echo "\n"; + + //unset the destination app and data + unset($destination_app, $destination_data); + + //increment the id $x++; } unset($destinations);