X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipantFeeSelection.php;h=7e4498c81b39a58b37380c34993eba33318e0047;hb=af8b12dbd37b41a0fec3db2b5d1f23e0b0430649;hp=7ec58ad63fbbe850787e279deac700a2b750749f;hpb=347185d7709adf00659d042b2fa98b93f03f2672;p=civicrm-core.git diff --git a/CRM/Event/Form/ParticipantFeeSelection.php b/CRM/Event/Form/ParticipantFeeSelection.php index 7ec58ad63f..7e4498c81b 100644 --- a/CRM/Event/Form/ParticipantFeeSelection.php +++ b/CRM/Event/Form/ParticipantFeeSelection.php @@ -227,7 +227,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form { * * @return array */ - static function formRule($fields, $files, $self) { + public static function formRule($fields, $files, $self) { $errors = array(); return $errors; } @@ -275,7 +275,7 @@ class CRM_Event_Form_ParticipantFeeSelection extends CRM_Core_Form { * * @return mixed */ - function emailReceipt(&$params) { + public function emailReceipt(&$params) { $updatedLineItem = CRM_Price_BAO_LineItem::getLineItems($this->_participantId, 'participant', NULL, FALSE); $lineItem = array(); if ($updatedLineItem) {