Update classes/pdf/PDFGenerator.php

This commit is contained in:
oleacorner
2012-11-29 13:05:05 +01:00
parent 7834f1e274
commit 25ff95741b
+1 -1
View File
@@ -122,7 +122,7 @@ class PDFGeneratorCore extends TCPDF
* Render the pdf file
*
* @param string $filename
* @param boolean $inline
* @param $display : true:display to user, false:save, 'I','D','S' as fpdf display
* @throws PrestaShopException
*/
public function render($filename, $display = true)