Correct tcpdf composer update fonts script case issue

This commit is contained in:
Benjamin Dalsass
2025-08-06 08:33:50 +02:00
parent 820087e4d1
commit 603340b852

View File

@@ -25,7 +25,7 @@ if (false === file_exists($sTcPdfRootFolder)) {
echo $sCurrentScriptFileName.": No TCPDF lib detected, exiting !\n";
return;
}
$sTcPdfFontsFolder = $sTcPdfRootFolder.'/Fonts/';
$sTcPdfFontsFolder = $sTcPdfRootFolder.'/fonts/';
/**