Fix doubled SUBSCRIBE call
This commit is contained in:
parent
44021155b0
commit
8aa877d88b
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ class kolab_folders extends rcube_plugin
|
|||
|
||||
// create folder
|
||||
if (!$exists && !$storage->folder_exists($foldername)) {
|
||||
$storage->create_folder($foldername, $type1 == 'mail');
|
||||
$storage->create_folder($foldername);
|
||||
$storage->subscribe($foldername);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue