mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Bug fix: missing (but useless) parameter in ExpandArgs causes a notice...
SVN:trunk[1727]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user