Skip to content

Commit

Permalink
fix response for check_if_profilefield_applies
Browse files Browse the repository at this point in the history
  • Loading branch information
semteacher committed Dec 5, 2024
1 parent 5650ca4 commit a47ba52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/booking_campaigns/campaigns_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@ public static function check_if_profilefield_applies(
break;
}
$result = $blocking;
if ($result == true) {
break;
}
}
return $result;
}
Expand Down

0 comments on commit a47ba52

Please sign in to comment.