Fix broken folder type detection after refactorings
This commit is contained in:
parent
55513b2a19
commit
d9924e675d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class kolab_storage_folder
|
||||||
{
|
{
|
||||||
if (!$type) {
|
if (!$type) {
|
||||||
$metadata = $this->imap->get_metadata($name, array(kolab_storage::CTYPE_KEY));
|
$metadata = $this->imap->get_metadata($name, array(kolab_storage::CTYPE_KEY));
|
||||||
$type = $metadata[$this->name][kolab_storage::CTYPE_KEY];
|
$type = $metadata[$name][kolab_storage::CTYPE_KEY];
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue