diff --git a/core/dbunionsearch.class.php b/core/dbunionsearch.class.php index 8a7f67a50..31a1e86ac 100644 --- a/core/dbunionsearch.class.php +++ b/core/dbunionsearch.class.php @@ -416,7 +416,7 @@ class DBUnionSearch extends DBSearch $aSearches = array(); foreach ($this->aSearches as $oSearch) { - if (!$oSearch->IsAllDataAllowed() && !$oSearch->IsDataFiltered()) { + if (!$oSearch->IsAllDataAllowed()) { $aSearches[] = $oSearch->Filter($sClassAlias, $oFilter); } else { $aSearches[] = $oSearch;