X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCustom%2FForm%2FGroup.php;h=8f88a64ac70541e70fd09060704726290517bb3e;hb=95d8ddc04c08360567c00283822622fb8bcb0b35;hp=7bcee88ffd3910f552c3e6978905323914ff9b84;hpb=1cc99faf9c69755ce54773229e35d3b4ced43419;p=civicrm-core.git diff --git a/CRM/Custom/Form/Group.php b/CRM/Custom/Form/Group.php index 7bcee88ffd..8f88a64ac7 100644 --- a/CRM/Custom/Form/Group.php +++ b/CRM/Custom/Form/Group.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -552,4 +552,5 @@ class CRM_Custom_Form_Group extends CRM_Core_Form { } return $relName; } + }