From 4a81d70bf6d382012ffc7343c2b046e1887c9549 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 18 May 2016 09:33:17 +0000 Subject: [PATCH] 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] --- core/ormcaselog.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '';