Merge pull request #4012 from pradpnayak/CRM-15206
[civicrm-core.git] / CRM / Contribute / Form / Search.php
index 5e18535aeea385410d08505ad3e4a4baa8e3fcc3..5a8a86f08f0e273868ba12d1d8e39b903a3df0ad 100644 (file)
@@ -191,7 +191,7 @@ class CRM_Contribute_Form_Search extends CRM_Core_Form_Search {
       )
     );
 
-    $this->_group = CRM_Core_PseudoConstant::group();
+    $this->_group = CRM_Core_PseudoConstant::nestedGroup();
 
     // multiselect for groups
     if ($this->_group) {