Skip to content

Fix #173: Deprecated notice generated because 'required' parameter misplaced

Civi core now checks the $attributes param is an array. Rules was passing in TRUE, which makes no sense. However, I believe Rules' code intended to pass TRUE as the $required parameter, and that this value was simply mis-placed.

Merge request reports