From 12f25faebe57f9ab5db5cc044e0c94c304016857 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Mon, 18 Jul 2016 19:42:05 -0500 Subject: [PATCH] pts-core: Tweak to CSV --- pts-core/objects/pts_result_file_output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pts-core/objects/pts_result_file_output.php b/pts-core/objects/pts_result_file_output.php index a550753dd9..a0de285dd8 100644 --- a/pts-core/objects/pts_result_file_output.php +++ b/pts-core/objects/pts_result_file_output.php @@ -107,7 +107,7 @@ public static function result_file_to_csv(&$result_file) } else { - $csv_output .= '"' . $result_object->test_profile->get_identifier() . ' - ' . $result_object->get_arguments_description() . '"'; + $csv_output .= '"' . $result_object->test_profile->get_identifier() . ' - ' . $result_object->get_arguments() . '"'; } foreach($columns as $column)