Skip to content
Snippets Groups Projects
Commit f1751139 authored by colemanw's avatar colemanw
Browse files

Make formValues public CRM-13155

----------------------------------------
* CRM-13155: Add searching for recurring contribution data to search
  http://issues.civicrm.org/jira/browse/CRM-13155
parent e0f82d40
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment