Browse Source

fixed interface of DisplaySet function

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@138 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 years ago
parent
commit
f566de31b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/cmdbabstract.class.inc.php

+ 1 - 1
application/cmdbabstract.class.inc.php

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