diff --git a/core/ormcaselog.class.inc.php b/core/ormcaselog.class.inc.php index 22fbc21b8..39e0e7613 100644 --- a/core/ormcaselog.class.inc.php +++ b/core/ormcaselog.class.inc.php @@ -286,7 +286,7 @@ class ormCaseLog { /** * Produces an HTML representation, aimed at being used to produce a PDF with TCPDF (no table) */ - public function GetAsSimpleHtml() + public function GetAsSimpleHtml($aTransfoHandler = null) { $sStyleCaseLogHeader = ''; $sStyleCaseLogEntry = '';