Fix server-side subscription test
This commit is contained in:
parent
5feac6ed7b
commit
3ba191ed68
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ class kolab_storage_folder
|
|||
|
||||
if ($type == kolab_storage::SERVERSIDE_SUBSCRIPTION) {
|
||||
if (!$subscribed)
|
||||
$subscribed = $this->imap->list_folders();
|
||||
$subscribed = $this->imap->list_folders_subscribed();
|
||||
|
||||
return in_array($this->name, $subscribed);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue