Suppress a warning when exporting a case log to HTML... Limitation: be aware that wiki links are not transformed to hyperlinks in this case.

SVN:trunk[4105]
This commit is contained in:
Denis Flaven
2016-05-18 09:33:17 +00:00
parent ccc0c7e7aa
commit 4a81d70bf6

View File

@@ -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 = '';