diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index c5117aff54..b651d1abc2 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -498,7 +498,7 @@ if (!class_exists('destinations')) { } } $response .= " \n"; - $response .= " \n"; foreach($_SESSION['destinations'][$this->domain_uuid]['array'][$destination_type] as $key => $value) { if ($key == $destination_key) { foreach($value as $k => $row) {