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:
ee0ce2e
)
fix property visibility
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 04:59:57 +0000
(17:59 +1300)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Thu, 15 Jan 2015 04:59:57 +0000
(17:59 +1300)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index df00d89d30b0a70e6e33c0b9c996993355d2e0a4..b519e19181cba7d0a1d9a47dbdac399f22167a72 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-344,7
+344,7
@@
class CRM_Report_Form extends CRM_Core_Form {
/**
* @var string Report description.
*/
- p
rotected
$_description;
+ p
ublic
$_description;
/**
* @var bool Is an address field selected.