From 44d59d04907327a2937c895cdd25d3dcbbd25af0 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 15 Jan 2015 15:14:54 +1300 Subject: [PATCH] changed visibility on wrong property - amend --- CRM/Report/Form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 292e09b6cc..df00d89d30 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -243,7 +243,7 @@ class CRM_Report_Form extends CRM_Core_Form { /** * @var null */ - public $_sections = NULL; + protected $_sections = NULL; protected $_autoIncludeIndexedFieldsAsOrderBys = 0; protected $_absoluteUrl = FALSE; @@ -339,7 +339,7 @@ class CRM_Report_Form extends CRM_Core_Form { /** * @var int */ - protected $_section; + public $_section; /** * @var string Report description. -- 2.25.1