From 31312bdc3c3127dbd77d32f70153a93e0b38908a Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 29 Aug 2013 15:26:24 +0530 Subject: [PATCH] fixed check for event Full --- CRM/Event/BAO/Participant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index a10c756c77..8f26d1fe15 100644 --- a/CRM/Event/BAO/Participant.php +++ b/CRM/Event/BAO/Participant.php @@ -469,7 +469,7 @@ SELECT event.event_full_text, return ($returnEmptySeats) ? (int) $eventMaxSeats : FALSE; } - return $evenFullText; + return $eventFullText; } /** -- 2.25.1