Merge pull request #18742 from jitendrapurohit/merge-uid
[civicrm-core.git] / CRM / Contact / Selector.php
index 0e1c82f78c5a059cfe078383ce78e4102e032df0..cbad362a83d61f5fe41e662fe147d180b2d0c79d 100644 (file)
@@ -61,6 +61,7 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
     'status',
     'do_not_email',
     'do_not_phone',
+    'do_not_sms',
     'do_not_mail',
   ];
 
@@ -226,8 +227,6 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
       $displayRelationshipType,
       $operator
     );
-
-    $this->_options = &$this->_query->_options;
   }
 
   /**