mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Addressbook - Fix error about missing parameter
This commit is contained in:
parent
a91f7a4a0e
commit
3edad8e231
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user