Merge pull request #9599 from colemanw/CRM-19812
[civicrm-core.git] / CRM / Group / Form / Search.php
index 89c3ff6fa14c3713edf19c6319a1e2aee1d73a12..7e07ae9916f0a6737ca32b63460b65c4ae51fe34 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
+ * @copyright CiviCRM LLC (c) 2004-2016
  * $Id$
  *
  */
@@ -64,7 +64,7 @@ class CRM_Group_Form_Search extends CRM_Core_Form {
       unset($groupTypes['Access Control']);
     }
 
-    $this->addCheckBox('group_type',
+    $this->addCheckBox('group_type_search',
       ts('Type'),
       $groupTypes,
       NULL, NULL, NULL, NULL, '&nbsp;&nbsp;&nbsp;'