Skip to content
Snippets Groups Projects
Commit 7b986b31 authored by jaapjansma's avatar jaapjansma
Browse files

fixed a few notices which caused misbehaviour

parent 2c1f6471
Branches
Tags
No related merge requests found
......@@ -76,7 +76,7 @@ class CRM_CivirulesConditions_Form_FieldValueComparison extends CRM_CivirulesCon
if (in_array($customGroup['id'], $processedGroups)) {
continue;
}
if ($customGroup['is_multiple']) {
if (!empty($customGroup['is_multiple'])) {
//do not include multiple custom groups
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment