mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
fixed interface of DisplaySet function
SVN:trunk[138]
This commit is contained in:
@@ -256,7 +256,7 @@ abstract class cmdbAbstractObject extends CMDBObject
|
||||
|
||||
// Comment by Rom: this helper may be used to display objects of class DBObject
|
||||
// -> I am using this to display the changes history
|
||||
public static function DisplaySet(web_page $oPage, CMDBObjectSet $oSet, $aExtraParams)
|
||||
public static function DisplaySet(web_page $oPage, CMDBObjectSet $oSet, $aExtraParams = array())
|
||||
{
|
||||
$oPage->add(self::GetDisplaySet($oPage, $oSet, $aExtraParams));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user