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:
22f80e8
)
changed visibility on wrong property - amend
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 02:14:54 +0000
(15:14 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 02:14:54 +0000
(15:14 +1300)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 292e09b6cce3094e452f1c125d3f2473778d277b..df00d89d30b0a70e6e33c0b9c996993355d2e0a4 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-243,7
+243,7
@@
class CRM_Report_Form extends CRM_Core_Form {
/**
* @var null
*/
- p
ublic
$_sections = NULL;
+ p
rotected
$_sections = NULL;
protected $_autoIncludeIndexedFieldsAsOrderBys = 0;
protected $_absoluteUrl = FALSE;
@@
-339,7
+339,7
@@
class CRM_Report_Form extends CRM_Core_Form {
/**
* @var int
*/
- p
rotected
$_section;
+ p
ublic
$_section;
/**
* @var string Report description.