CRM-19202 - Exporting an OR search exports with selected fields
[civicrm-core.git] / CRM / Export / Form / Map.php
index 0c08fbbc7e58bc0adaaa6745cc7438d144b2f3de..d131e67e845ae1bfb387a3a3fb3d368483f49954 100644 (file)
@@ -246,7 +246,8 @@ class CRM_Export_Form_Map extends CRM_Core_Form {
       $this->get('componentTable'),
       $this->get('mergeSameAddress'),
       $this->get('mergeSameHousehold'),
-      $exportParams
+      $exportParams,
+      $this->get('queryOperator')
     );
   }