From f172f368c24d4a1f7767775138f6d29d40dc2f62 Mon Sep 17 00:00:00 2001 From: appchecker Date: Thu, 29 Dec 2016 11:11:07 +0300 Subject: [PATCH] CRM-19805: comparing instead of assigning --- CRM/Event/Page/ParticipantListing/Name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Page/ParticipantListing/Name.php b/CRM/Event/Page/ParticipantListing/Name.php index c8e8c3f274..4638fdde8c 100644 --- a/CRM/Event/Page/ParticipantListing/Name.php +++ b/CRM/Event/Page/ParticipantListing/Name.php @@ -34,7 +34,7 @@ */ class CRM_Event_Page_ParticipantListing_Name extends CRM_Event_Page_ParticipantListing_Simple { public function preProcess() { - $this->_participantListingType == 'Name'; + $this->_participantListingType = 'Name'; parent::preProcess(); } -- 2.25.1