From d1737d2c89e1967973604c852e6230eed6e76b11 Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 2 Apr 2019 13:58:34 +0530 Subject: [PATCH] minor fix --- CRM/Report/Form/Event/ParticipantListing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Event/ParticipantListing.php b/CRM/Report/Form/Event/ParticipantListing.php index 2becb22fce..5524f1bb50 100644 --- a/CRM/Report/Form/Event/ParticipantListing.php +++ b/CRM/Report/Form/Event/ParticipantListing.php @@ -157,7 +157,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form { ), 'registered_by_name' => array( 'title' => ts('Registered by Participant Name'), - 'name' => 'registered_by_id' + 'name' => 'registered_by_id', ), 'source' => array( 'title' => ts('Source'), -- 2.25.1