(Retrofit from trunk) Continuing [r4488] N.536 Regression introduced in [r4469] (N.505), itself fixing a regression introduced in [r4404]. REQUIRES TESTING

SVN:2.3[4491]
This commit is contained in:
Romain Quetiez
2016-12-05 10:00:27 +00:00
parent b2f42ae3f4
commit 73bedb1522

View File

@@ -1426,7 +1426,10 @@ class DBObjectSearch extends DBSearch
}
}
$sRawId .= $bGetCount;
$sRawId .= implode(',', $aSelectedClasses); // Unions may alter the list of selected columns
if (is_array($aSelectedClasses))
{
$sRawId .= implode(',', $aSelectedClasses); // Unions may alter the list of selected columns
}
$sOqlId = md5($sRawId);
}
else