Resolved merge conflict.
[com.zyxware.civiwci.git] / CRM / Wci / Form / CreateWidget.php
index bbf4b931872707e6ad1cab87919c5d84d7ffda85..15be829698a9327f57399f10329d63e8eedf220c 100644 (file)
@@ -353,7 +353,10 @@ where w.id=" . $this->_id;
       '' => ts('- select -'),
     );
     
-    $result = civicrm_api3('group', 'get');    
+    $result = civicrm_api3('group', 'get', array(
+      'group_type' => '2'
+    ));
+    
     foreach ($result['values'] as $group) {
       $options[$group['id']] = $group['title'];
     }