Addressbook - Fix error about missing parameter

This commit is contained in:
nathangray 2017-06-12 09:59:11 -06:00
parent a91f7a4a0e
commit 3edad8e231

View File

@ -1148,7 +1148,7 @@ window.egw_LAB.wait(function() {
}
}
// replace org_name:* id's with all id's of that org
$grouped_contacts = $this->find_grouped_ids($action, $checked, $use_all, $success,$failed,$action_msg,$session_name);
$grouped_contacts = $this->find_grouped_ids($action, $checked, $use_all, $success,$failed,$action_msg,$session_name, $msg);
if ($grouped_contacts) $checked = array_unique($checked ? array_merge($checked,$grouped_contacts) : $grouped_contacts);
//_debug_array($checked); exit;