CRM-13072 upgrade group organization test
[civicrm-core.git] / CRM / Contribute / Form.php
index c9bc305cee21dad1c9429ada139fc31dd7e2fa8a..7febcbcd98ee8d39af4b83b056fe5398dca72acd 100644 (file)
@@ -51,7 +51,9 @@ class CRM_Contribute_Form extends CRM_Core_Form {
    *
    * @var string
    */
-  protected $_BAOName; function preProcess() {
+  protected $_BAOName;
+
+  function preProcess() {
     $this->_id = $this->get('id');
     $this->_BAOName = $this->get('BAOName');
   }