Fix typo
This commit is contained in:
parent
5991c115b8
commit
a94bf55cd8
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class kolab_addressbook_ui
|
|||
|
||||
$hidden_fields[] = array('name' => '_source', 'value' => $folder);
|
||||
|
||||
$folder = rcube_charse::convert($folder, RCMAIL_CHARSET, 'UTF7-IMAP');
|
||||
$folder = rcube_charset::convert($folder, RCMAIL_CHARSET, 'UTF7-IMAP');
|
||||
$delim = $_SESSION['imap_delimiter'];
|
||||
|
||||
if ($this->rc->action == 'plugin.book-save') {
|
||||
|
|
Loading…
Add table
Reference in a new issue