Skip to content
Snippets Groups Projects
Commit 83c73d12 authored by Seamus Lee's avatar Seamus Lee
Browse files

joomla#3 CRM-21780 Fix Mailings Receipients box incompatabilites with...

joomla#3 CRM-21780 Fix Mailings Receipients box incompatabilites with certain instances of Joomla
parent aa31a7a0
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