Mass SMS: Limit group selection to mailing groups
authorhighfalutin <highfalutin@users.noreply.github.com>
Sat, 15 Aug 2020 04:15:23 +0000 (21:15 -0700)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 04:15:23 +0000 (21:15 -0700)
commitca6b3004ea97fd799ac4af67dadcd5a9d293241a
treec718fd8d9d4b891077f7b670f1a79e44299497d9
parent16eaad7671619a48297ca5f804bca4b40253323b
Mass SMS: Limit group selection to mailing groups

To populate the selector for mass SMS recipients, the form calls CRM_Core_PseudoConstant::nestedGroup(). However the function call was missing an argument, so all groups were being returned, not just mailing groups as intended. This PR corrects the mistake.
CRM/SMS/Form/Group.php