minor fix
authorMonish Deb <monish.deb@webaccessglobal.com>
Tue, 3 Jan 2017 05:48:11 +0000 (11:18 +0530)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2017 05:48:11 +0000 (11:18 +0530)
CRM/Contact/Form/Search/Advanced.php

index c582e79f7b25ded9e980e8eb0b365b509d8d151b..822356e939e5ce8d6878c03e2984870f9e026f79 100644 (file)
@@ -196,7 +196,7 @@ class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search {
   public function setDefaultValues() {
     $defaults = array_merge($this->_formValues, array(
       'privacy_toggle' => 1,
-      'operator' => TRUE,
+      'operator' => 'AND',
     ));
     $this->normalizeDefaultValues($defaults);