From adda1ff22b473f8c409c245f2da3c9ec7787b976 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 15 Jan 2015 14:01:38 +1300 Subject: [PATCH] fix class property --- CRM/Report/Form/Contact/Summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contact/Summary.php b/CRM/Report/Form/Contact/Summary.php index 279ad17dee..6a3ae459cc 100644 --- a/CRM/Report/Form/Contact/Summary.php +++ b/CRM/Report/Form/Contact/Summary.php @@ -34,7 +34,7 @@ */ class CRM_Report_Form_Contact_Summary extends CRM_Report_Form { - protected $_summary = NULL; + public $_summary = NULL; protected $_emailField = FALSE; -- 2.25.1