mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Proper handling of the parameters to DisplaySet
SVN:trunk[137]
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user