mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 08:34:11 +01:00
(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user