X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FRelatedContact.php;h=7c01ebaa37c0da7ec930b8b114708f8e1ea41096;hb=709e574bfc8b047d9e9f9a6ad84595bc3f560b54;hp=33c301d0b66c63bf9c280ba86848557e5064c66d;hpb=5c8949b0228b0287d1d4725d220a24e4d774c0f4;p=civicrm-core.git diff --git a/CRM/Contact/Form/RelatedContact.php b/CRM/Contact/Form/RelatedContact.php index 33c301d0b6..7c01ebaa37 100644 --- a/CRM/Contact/Form/RelatedContact.php +++ b/CRM/Contact/Form/RelatedContact.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -187,4 +187,5 @@ class CRM_Contact_Form_RelatedContact extends CRM_Core_Form { } CRM_Core_Session::setStatus($message, ts('Contact Saved'), 'success'); } + }