X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFriend%2FForm%2FEvent.php;h=aac7ff1d1e1721737779df9f7a172dd397d16f78;hb=fe482240fb0d8a15a50325a36b2854ffbafeffab;hp=d7da13322fbe23a844d8400cd953737911885ff8;hpb=c8dd7c11b391cda17ad708d827fa6f4f68bca77a;p=civicrm-core.git diff --git a/CRM/Friend/Form/Event.php b/CRM/Friend/Form/Event.php index d7da13322f..aac7ff1d1e 100644 --- a/CRM/Friend/Form/Event.php +++ b/CRM/Friend/Form/Event.php @@ -1,7 +1,7 @@ _id)) { @@ -107,9 +105,8 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent { } /** - * Process the form submission + * Process the form submission. * - * @access public * * @return void */ @@ -143,10 +140,9 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent { * Return a descriptive name for the page, used in wizard header * * @return string - * @access public */ public function getTitle() { return ts('Tell a Friend'); } -} +}