diff --git a/app/destinations/destination_imports.php b/app/destinations/destination_imports.php index 73f3b297e9..87dfc4a84d 100644 --- a/app/destinations/destination_imports.php +++ b/app/destinations/destination_imports.php @@ -69,6 +69,7 @@ if (strlen($destination_context) == 0) { $destination_context = 'public'; } if ($destination_type =="outbound" && $destination_context == "public") { $destination_context = $_SESSION['domain_name']; } if ($destination_type =="outbound" && strlen($destination_context) == 0) { $destination_context = $_SESSION['domain_name']; } + if (strlen($from_row) == 0) { $from_row = '2'; } //save the data to the csv file if (isset($_POST['data'])) {