From: Eileen McNaughton Date: Thu, 15 Jan 2015 01:01:38 +0000 (+1300) Subject: fix class property X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=adda1ff22b473f8c409c245f2da3c9ec7787b976;p=civicrm-core.git fix class property --- 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;