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:
202eb91
)
CRM-19389: Fatal Error in Forms (4.7.12 Regression)
author
deb.monish
<monish.deb@webaccessglobal.com>
Mon, 19 Sep 2016 13:35:11 +0000
(19:05 +0530)
committer
deb.monish
<monish.deb@webaccessglobal.com>
Mon, 19 Sep 2016 13:35:11 +0000
(19:05 +0530)
CRM/Admin/Form/Preferences.php
patch
|
blob
|
blame
|
history
CRM/Campaign/Form/Campaign.php
patch
|
blob
|
blame
|
history
CRM/Campaign/Form/Survey.php
patch
|
blob
|
blame
|
history
CRM/Campaign/Form/SurveyType.php
patch
|
blob
|
blame
|
history
CRM/Event/Form/ManageEvent.php
patch
|
blob
|
blame
|
history
CRM/Event/Form/SelfSvcTransfer.php
patch
|
blob
|
blame
|
history
CRM/Event/Form/SelfSvcUpdate.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/Preferences.php
b/CRM/Admin/Form/Preferences.php
index c3b1600eb0683e70f8db3820c06c297036ba8963..8d3e6013b45eb67402d423528178c2c450088025 100644
(file)
--- a/
CRM/Admin/Form/Preferences.php
+++ b/
CRM/Admin/Form/Preferences.php
@@
-37,7
+37,7
@@
class CRM_Admin_Form_Preferences extends CRM_Core_Form {
protected $_system = FALSE;
protected $_contactID = NULL;
- p
rotected
$_action = NULL;
+ p
ublic
$_action = NULL;
protected $_checkbox = NULL;
diff --git
a/CRM/Campaign/Form/Campaign.php
b/CRM/Campaign/Form/Campaign.php
index 5017bdbb50b2b8311c1e8edc635900ef9257ad8d..d8397275af11c02dcf7e55816a77afd190188d0d 100644
(file)
--- a/
CRM/Campaign/Form/Campaign.php
+++ b/
CRM/Campaign/Form/Campaign.php
@@
-41,7
+41,7
@@
class CRM_Campaign_Form_Campaign extends CRM_Core_Form {
*
* @var int
*/
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* Context
diff --git
a/CRM/Campaign/Form/Survey.php
b/CRM/Campaign/Form/Survey.php
index 133b47853f672a4409213ff872ee47ccca103df1..c8a3006611c7d931c720fcdd096b532a35c2dc3f 100644
(file)
--- a/
CRM/Campaign/Form/Survey.php
+++ b/
CRM/Campaign/Form/Survey.php
@@
-48,7
+48,7
@@
class CRM_Campaign_Form_Survey extends CRM_Core_Form {
*
* @var int
*/
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* SurveyTitle.
diff --git
a/CRM/Campaign/Form/SurveyType.php
b/CRM/Campaign/Form/SurveyType.php
index ffaf7de83fc7c7c0672c9af095a0af44b7069f81..b009b073a50127e2984979b07f393600fb07b705 100644
(file)
--- a/
CRM/Campaign/Form/SurveyType.php
+++ b/
CRM/Campaign/Form/SurveyType.php
@@
-56,7
+56,7
@@
class CRM_Campaign_Form_SurveyType extends CRM_Admin_Form {
*
* @var int
*/
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* Set variables up before form is built.
diff --git
a/CRM/Event/Form/ManageEvent.php
b/CRM/Event/Form/ManageEvent.php
index 882e0f1d9c652e13e9ed1b2c8b4dc54f167a31fe..b502289b7b59a1ad912a26764fe0ef6b26b9c347 100644
(file)
--- a/
CRM/Event/Form/ManageEvent.php
+++ b/
CRM/Event/Form/ManageEvent.php
@@
-56,7
+56,7
@@
class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
*/
protected $_single;
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* Are we actually managing an event template?
diff --git
a/CRM/Event/Form/SelfSvcTransfer.php
b/CRM/Event/Form/SelfSvcTransfer.php
index 22f1c3f4b8d8b1ec82385be4546cdde61c86a915..e5c6cf1bad5b5eb320232c8d1f3463d8240a468e 100644
(file)
--- a/
CRM/Event/Form/SelfSvcTransfer.php
+++ b/
CRM/Event/Form/SelfSvcTransfer.php
@@
-103,7
+103,7
@@
class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
*
* @var string
*/
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* participant object
*
diff --git
a/CRM/Event/Form/SelfSvcUpdate.php
b/CRM/Event/Form/SelfSvcUpdate.php
index 7cfb459a7cdd19150fcd196698510b7844f0403e..f41b458d9289a4835a7cabd9320c4b0d5c91e374 100644
(file)
--- a/
CRM/Event/Form/SelfSvcUpdate.php
+++ b/
CRM/Event/Form/SelfSvcUpdate.php
@@
-88,7
+88,7
@@
class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
*
* @var string
*/
- p
rotected
$_action;
+ p
ublic
$_action;
/**
* participant object
*