Fixed regression introduced with [3912] : autocomplete not working (new User request with lots of existing user requests)

SVN:trunk[3954]
This commit is contained in:
Romain Quetiez
2016-03-17 14:04:48 +00:00
parent 37e3cb6285
commit c201ae4147
3 changed files with 7 additions and 6 deletions

View File

@@ -377,7 +377,7 @@ abstract class DBSearch
$aAttToLoad = array();
$oSQLQuery = $oQueryFilter->GetSQLQuery(array(), $aArgs, $aAttToLoad, null, 0, 0, false, $aGroupByExpr);
$aScalarArgs = array_merge(MetaModel::PrepareQueryArguments($aArgs), $this->GetInternalParams());
$aScalarArgs = MetaModel::PrepareQueryArguments($aArgs, $this->GetInternalParams());
try
{
$bBeautifulSQL = self::$m_bTraceQueries || self::$m_bDebugQuery || self::$m_bIndentQueries;