From cdb44cbab935cc65577ced21fa82a6787665a8e3 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 15 Jan 2015 14:44:58 +1300 Subject: [PATCH] fix report property to public --- CRM/Report/Form.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index e3e479179a..292e09b6cc 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -240,7 +240,10 @@ class CRM_Report_Form extends CRM_Core_Form { * @var integer */ protected $_offsetValue = NULL; - protected $_sections = NULL; + /** + * @var null + */ + public $_sections = NULL; protected $_autoIncludeIndexedFieldsAsOrderBys = 0; protected $_absoluteUrl = FALSE; -- 2.25.1