浏览代码

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 年之前
父节点
当前提交
16ff8fdf23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = '';