Skip to content

Commit

Permalink
Merge branch '5.23' into 5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Dec 9, 2024
2 parents 06d126b + 0abba3e commit 2ac5926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMS/common-bundle/src/Service/Pdf/DomPdfPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(string $projectDir, string $cacheDir)
}
$sysCacheDir = \sys_get_temp_dir();
if (!\str_starts_with($sysCacheDir, $projectDir) && !\str_starts_with($sysCacheDir, $cacheDir)) {
$this->domPdfRootDirectories[] = $cacheDir;
$this->domPdfRootDirectories[] = $sysCacheDir;
}
}

Expand Down

0 comments on commit 2ac5926

Please sign in to comment.