CRM-19389: Fatal Error in Forms (4.7.12 Regression)
authordeb.monish <monish.deb@webaccessglobal.com>
Mon, 19 Sep 2016 13:35:11 +0000 (19:05 +0530)
committerdeb.monish <monish.deb@webaccessglobal.com>
Mon, 19 Sep 2016 13:35:11 +0000 (19:05 +0530)
CRM/Admin/Form/Preferences.php
CRM/Campaign/Form/Campaign.php
CRM/Campaign/Form/Survey.php
CRM/Campaign/Form/SurveyType.php
CRM/Event/Form/ManageEvent.php
CRM/Event/Form/SelfSvcTransfer.php
CRM/Event/Form/SelfSvcUpdate.php

index c3b1600eb0683e70f8db3820c06c297036ba8963..8d3e6013b45eb67402d423528178c2c450088025 100644 (file)
@@ -37,7 +37,7 @@
 class CRM_Admin_Form_Preferences extends CRM_Core_Form {
   protected $_system = FALSE;
   protected $_contactID = NULL;
-  protected $_action = NULL;
+  public $_action = NULL;
 
   protected $_checkbox = NULL;
 
index 5017bdbb50b2b8311c1e8edc635900ef9257ad8d..d8397275af11c02dcf7e55816a77afd190188d0d 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Campaign_Form_Campaign extends CRM_Core_Form {
    *
    * @var int
    */
-  protected $_action;
+  public $_action;
 
   /**
    * Context
index 133b47853f672a4409213ff872ee47ccca103df1..c8a3006611c7d931c720fcdd096b532a35c2dc3f 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Campaign_Form_Survey extends CRM_Core_Form {
    *
    * @var int
    */
-  protected $_action;
+  public $_action;
 
   /**
    * SurveyTitle.
index ffaf7de83fc7c7c0672c9af095a0af44b7069f81..b009b073a50127e2984979b07f393600fb07b705 100644 (file)
@@ -56,7 +56,7 @@ class CRM_Campaign_Form_SurveyType extends CRM_Admin_Form {
    *
    * @var int
    */
-  protected $_action;
+  public $_action;
 
   /**
    * Set variables up before form is built.
index 882e0f1d9c652e13e9ed1b2c8b4dc54f167a31fe..b502289b7b59a1ad912a26764fe0ef6b26b9c347 100644 (file)
@@ -56,7 +56,7 @@ class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
    */
   protected $_single;
 
-  protected $_action;
+  public $_action;
 
   /**
    * Are we actually managing an event template?
index 22f1c3f4b8d8b1ec82385be4546cdde61c86a915..e5c6cf1bad5b5eb320232c8d1f3463d8240a468e 100644 (file)
@@ -103,7 +103,7 @@ class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
    *
    * @var string
    */
-  protected $_action;
+  public $_action;
   /**
    * participant object
    *
index 7cfb459a7cdd19150fcd196698510b7844f0403e..f41b458d9289a4835a7cabd9320c4b0d5c91e374 100644 (file)
@@ -88,7 +88,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
    *
    * @var string
    */
-  protected $_action;
+  public $_action;
   /**
    * participant object
    *