We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2b6ee commit 07cbda2Copy full SHA for 07cbda2
report.php
@@ -646,7 +646,7 @@
646
// not an array.
647
$errorreporting = error_reporting(0);
648
$pdf->writeHTML($html);
649
- @$pdf->Output('dump.pdf', 'D');
+ @$pdf->Output(clean_param($questionnaire->name, PARAM_FILE), 'D');
650
error_reporting($errorreporting);
651
652
} else { // Default to HTML.
@@ -779,7 +779,7 @@
779
780
781
782
783
784
785
0 commit comments