mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Add addressbook translation (for "group")
This commit is contained in:
parent
d04439efd8
commit
1c179bcdf0
@ -842,6 +842,7 @@ class addressbook_zpush implements activesync_plugin_write, activesync_plugin_se
|
||||
if (!isset($hook_data['setup']) && in_array($hook_data['type'], array('user', 'group')))
|
||||
{
|
||||
$user = $hook_data['account_id'];
|
||||
Api\Translation::add_app('addressbook');
|
||||
$addressbook_bo = new Api\Contacts();
|
||||
$addressbooks = $addressbook_bo->get_addressbooks(Acl::READ, null, $user);
|
||||
if ($user > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user