FIx so newly created addressbooks are subscribed (Bug #1766)
This commit is contained in:
parent
44c19b496c
commit
ed2b8def7a
1 changed files with 4 additions and 3 deletions
|
@ -414,6 +414,7 @@ class kolab_addressbook extends rcube_plugin
|
||||||
'oldname' => trim(get_input_value('_oldname', RCUBE_INPUT_POST, true)), // UTF7-IMAP
|
'oldname' => trim(get_input_value('_oldname', RCUBE_INPUT_POST, true)), // UTF7-IMAP
|
||||||
'parent' => trim(get_input_value('_parent', RCUBE_INPUT_POST, true)), // UTF7-IMAP
|
'parent' => trim(get_input_value('_parent', RCUBE_INPUT_POST, true)), // UTF7-IMAP
|
||||||
'type' => 'contact',
|
'type' => 'contact',
|
||||||
|
'subscribed' => true,
|
||||||
);
|
);
|
||||||
|
|
||||||
$result = $error = false;
|
$result = $error = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue