projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4611692
)
fix report property to public
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 01:44:58 +0000
(14:44 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 01:44:58 +0000
(14:44 +1300)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index e3e479179a2d427e142338de14bca287763a6822..292e09b6cce3094e452f1c125d3f2473778d277b 100644
(file)
--- 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;