Преглед изворни кода

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