Skip to content
Snippets Groups Projects
Unverified Commit 946dd2fa authored by JoeMurray's avatar JoeMurray Committed by GitHub
Browse files

Merge pull request #13294 from seamuslee001/joomla_receipeients_compatability

joomla#3 CRM-21780 Fix Mailings Recipients box incompatabilites …
parents 6fe426fc 83c73d12
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@
var gids = [];
var mids = [];
for (var i in values) {
for (var i = 0; i < values.length; i++) {
var dv = convertValueToObj(values[i]);
if (dv.entity_type == 'civicrm_group') {
gids.push(dv.entity_id);
......
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