fix report property to public
authorEileen McNaughton <eileen@fuzion.co.nz>
Thu, 15 Jan 2015 01:44:58 +0000 (14:44 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Thu, 15 Jan 2015 01:44:58 +0000 (14:44 +1300)
CRM/Report/Form.php

index e3e479179a2d427e142338de14bca287763a6822..292e09b6cce3094e452f1c125d3f2473778d277b 100644 (file)
@@ -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;