diff --git a/go-form-plugin/export/pairgoth.php b/go-form-plugin/export/pairgoth.php index 2599a08..ac861ae 100644 --- a/go-form-plugin/export/pairgoth.php +++ b/go-form-plugin/export/pairgoth.php @@ -12,7 +12,7 @@ $form_name = $form ? $form->name : 'Unknown Form'; $entries = go_form_get_entries($form_id); header('Content-Type: text/json; charset=utf-8'); -header('Content-Disposition: attachment; filename="go-form-' . sanitize_title($form_name) . '-export.tour"'); +header('Content-Disposition: attachment; filename="go-form-' . sanitize_title($form_name) . '-export-pairgoth.tour"'); $output = fopen('php://output', 'w');