Improved namespace roots handling
This commit is contained in:
parent
9e93cd9613
commit
2f22542893
1 changed files with 6 additions and 2 deletions
|
@ -163,6 +163,10 @@ class kolab_folders extends rcube_plugin
|
||||||
*/
|
*/
|
||||||
function folder_form($args)
|
function folder_form($args)
|
||||||
{
|
{
|
||||||
|
if ($args['options']['is_root']) {
|
||||||
|
return $args;
|
||||||
|
}
|
||||||
|
|
||||||
if (!$this->metadata_support()) {
|
if (!$this->metadata_support()) {
|
||||||
return $args;
|
return $args;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue