CRM-19220: iAmAnIntentionalENoticeThatWarnsOfAProblemYouShouldReport in Find Participants
authordeb.monish <monish.deb@webaccessglobal.com>
Fri, 12 Aug 2016 07:26:22 +0000 (12:56 +0530)
committerdeb.monish <monish.deb@webaccessglobal.com>
Fri, 12 Aug 2016 07:26:22 +0000 (12:56 +0530)
CRM/Event/Form/Search.php

index f7a021aeb0d2c67d2997f9cfc30c149662449236..bb5d79940d7e9e479b608e579cc10d7a6f6d1296 100644 (file)
@@ -430,7 +430,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
       elseif (is_array($status) && !array_key_exists('IN', $status)) {
         $statusTypes = array_keys($status);
       }
-      $this->_formValues['participant_status_id'] = is_array($statusTypes) ? array_keys($statusTypes) : $statusTypes;
+      $this->_formValues['participant_status_id'] = is_array($statusTypes) ? array('IN' => array_keys($statusTypes)) : $statusTypes;
     }
 
     $role = CRM_Utils_Request::retrieve('role', 'String',