Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
b907e3f2d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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':