X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExport%2FBAO%2FExport.php;h=a95df716d8f73142bfe454d3668ead18e346a5e0;hb=7aed0a9c53d51cc2f21f725d33d8dfb7aa1641c6;hp=22ef1aede73aa4d41c64428d60f4a714c170cb3b;hpb=2f243ecd58d90190d98b786d53137e3f31de82f9;p=civicrm-core.git diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 22ef1aede7..a95df716d8 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -115,6 +115,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c } $processor->setComponentTable($componentTable); $processor->setComponentClause($componentClause); + $processor->setIds($ids); list($query, $queryString) = $processor->runQuery($params, $order);