소스 검색

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