fixed interface of DisplaySet function

SVN:trunk[138]
This commit is contained in:
Romain Quetiez
2009-09-10 16:01:28 +00:00
parent 4e6fa6cc37
commit 5083246f92

View File

@@ -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));
}