diff --git a/trunk/src/AppBundle/Pdf.php b/trunk/src/AppBundle/Pdf.php index 1057d8f0..25056b5a 100644 --- a/trunk/src/AppBundle/Pdf.php +++ b/trunk/src/AppBundle/Pdf.php @@ -38,7 +38,7 @@ class Pdf extends TCPDF public function Footer() { - $footerDir = $this->webDir.'/assetic/'.$this->getFileName('_footerText'); + $footerDir = $this->webDir.'/assetic/'.$this->getFileName('footerText'); $this->ImageSVG($footerDir, 0, 228, 210, '');