mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-4989-Revision-final-EDFi-741-PDF' into 'develop'
Fixed pdf See merge request artica/pandorafms!2922
This commit is contained in:
commit
f4b347c632
@ -2092,9 +2092,9 @@ class Diagnostics extends Wizard
|
||||
*
|
||||
* @param string|null $filename Filename.
|
||||
*
|
||||
* @return void
|
||||
* @return mixed
|
||||
*/
|
||||
public function exportPDF(?string $filename=null):void
|
||||
public function exportPDF(?string $filename=null)
|
||||
{
|
||||
global $config;
|
||||
|
||||
@ -2141,7 +2141,7 @@ class Diagnostics extends Wizard
|
||||
// Write html filename.
|
||||
$mpdf->writePDFfile($filename);
|
||||
|
||||
exit;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user