From 3e2d906f0d926cdd24a332fdf4740b13ce42b00a Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 20 Dec 2011 12:39:15 +0000 Subject: [PATCH] Bug fix: missing (but useless) parameter in ExpandArgs causes a notice... SVN:trunk[1727] --- core/dbobjectset.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobjectset.class.php b/core/dbobjectset.class.php index 91fcf8f51..87b5308d6 100644 --- a/core/dbobjectset.class.php +++ b/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)