ソースを参照

Bug fix: missing (but useless) parameter in ExpandArgs causes a notice...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1727 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年 前
コミット
de0b40a1aa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/dbobjectset.class.php

+ 1 - 1
core/dbobjectset.class.php

@@ -714,7 +714,7 @@ class DBObjectSet
 		return $aConst;		
 	}
 	
-	protected function ExpandArgs($aArgs)
+	protected function ExpandArgs()
 	{
 		$aScalarArgs = $this->m_oFilter->GetInternalParams();
 		foreach($this->m_aArgs as $sArgName => $value)