소스 검색

Proper handling of the parameters to DisplaySet

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@137 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 16 년 전
부모
커밋
b907e3f2d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webservices/export.php

+ 1 - 1
webservices/export.php

@@ -32,7 +32,7 @@ if (!empty($sExpression))
 			{
 				case 'html':
 				$oP = new nice_web_page("iTop - Export");
-				cmdbAbstractObject::DisplaySet($oP, $oSet, '' /* linkage */, false /* don't display the menu */);
+				cmdbAbstractObject::DisplaySet($oP, $oSet, array('menu' => false));
 				break;
 				
 				case 'csv':