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

fix error - type does not return isConditionValid

parent 63fc9679
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ class CRM_CivirulesConditions_Activity_Type extends CRM_Civirules_Condition {
}
break;
}
return $isConditionValid;
}
/**
* Returns a user friendly text explaining the condition params
......
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