When searching objects to add to the current object (n:n relationship), set the default search params in order to stay in the current silo.

SVN:1.2[1724]
This commit is contained in:
Denis Flaven
2011-12-19 16:50:39 +00:00
parent d321ebc8e4
commit cb0e1d8ef3
4 changed files with 92 additions and 12 deletions

View File

@@ -716,7 +716,7 @@ class DBObjectSet
protected function ExpandArgs($aArgs)
{
$aScalarArgs = array();
$aScalarArgs = $this->m_oFilter->GetInternalParams();
foreach($this->m_aArgs as $sArgName => $value)
{
if (MetaModel::IsValidObject($value))