From: Pradeep Nayak Date: Mon, 1 Apr 2019 11:33:58 +0000 (+0100) Subject: dev/core/issues/840, fixed notice error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=154975ba472c70fa7f43c1970fc0662d3d1a4d38;p=civicrm-core.git dev/core/issues/840, fixed notice error --- diff --git a/CRM/UF/Form/Group.php b/CRM/UF/Form/Group.php index 7c4735b712..43555dbc18 100644 --- a/CRM/UF/Form/Group.php +++ b/CRM/UF/Form/Group.php @@ -56,6 +56,13 @@ class CRM_UF_Form_Group extends CRM_Core_Form { */ protected $entityFields = []; + /** + * Deletion message to be assigned to the form. + * + * @var string + */ + protected $deleteMessage; + /** * Set entity fields to be assigned to the form. */