CRM-15070 Fix for defualt value.
[civicrm-core.git] / CRM / Contribute / Form / ContributionBase.php
index d466ac9b444e8f23064dab505ad3724c905f43db..d60a8405bc202ca634ef1da78e8c55ae289845c3 100644 (file)
@@ -88,6 +88,11 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
    */
   public $_membershipBlock = NULL;
 
+  /**
+   * Does this form support a separate membership payment
+   * @var bool
+   */
+  protected $_separateMembershipPayment;
   /**
    * the default values for the form
    *
@@ -110,7 +115,7 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
    * @var array
    * @public
    */
-  public $_fields;
+  public $_fields = array();
 
   /**
    * The billing location id for this contribiution page