From 3d6fe441e8316928b57c5852d554a1284d430e55 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 15 Dec 2014 19:41:47 +0530 Subject: [PATCH] minor change --- CRM/Event/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 7da21df521..76559b8281 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -244,7 +244,7 @@ class CRM_Event_BAO_Query { */ public static function whereClauseSingle(&$values, &$query) { list($name, $op, $value, $grouping, $wildcard) = $values; - $fields = array_merge(self::fields(), CRM_Event_BAO_Event::fields(), CRM_Event_BAO_Participant::exportableFields()); + $fields = array_merge(CRM_Event_BAO_Event::fields(), CRM_Event_BAO_Participant::exportableFields()); switch ($name) { case 'event_start_date_low': -- 2.25.1