From 23200b1981c67cd40ad7c79ee171ae13c1ce835c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 Apr 2020 14:15:32 -0600 Subject: [PATCH] Update destination_imports.php --- app/destinations/destination_imports.php | 1 + 1 file changed, 1 insertion(+) 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'])) {