Browse Source

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4105 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 years ago
parent
commit
16ff8fdf23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/ormcaselog.class.inc.php

+ 1 - 1
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 = '';