瀏覽代碼

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 年之前
父節點
當前提交
f566de31b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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));
 	}