Make formValues public CRM-13155
authorColeman Watts <coleman@civicrm.org>
Wed, 7 Aug 2013 20:15:15 +0000 (13:15 -0700)
committerColeman Watts <coleman@civicrm.org>
Wed, 7 Aug 2013 20:15:15 +0000 (13:15 -0700)
----------------------------------------
* CRM-13155: Add searching for recurring contribution data to search
  http://issues.civicrm.org/jira/browse/CRM-13155

CRM/Contribute/Form/Search.php

index 78ba89211414f5c8c00276fdd38fe296c0ecde49..032425693d7a7cef82b31a085fda30b5d2529f86 100644 (file)
@@ -78,9 +78,9 @@ class CRM_Contribute_Form_Search extends CRM_Core_Form {
    * form values that we will be using
    *
    * @var array
-   * @access protected
+   * @access public
    */
-  protected $_formValues;
+  public $_formValues;
 
   /**
    * the params that are sent to the query