Skip to content
Snippets Groups Projects
Commit 47d7b61f authored by Erik Hommel's avatar Erik Hommel
Browse files

change required entity for DonorIsRecurring from ContributionRecur to Contact

parent d3a6d733
Branches
Tags
No related merge requests found
......@@ -102,6 +102,6 @@ class CRM_CivirulesConditions_Contribution_DonorIsRecurring extends CRM_Civirule
* @access public
*/
public function requiredEntities() {
return array('ContributionRecur');
return array('Contact');
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment