Fix deleting configuration objects
This commit is contained in:
parent
98792c5755
commit
34f0891fea
1 changed files with 1 additions and 2 deletions
|
@ -187,8 +187,7 @@ class kolab_storage_config
|
|||
}
|
||||
|
||||
// fetch the object to find folder
|
||||
$list = $this->get_object($uid);
|
||||
$object = $list[0];
|
||||
$object = $this->get_object($uid);
|
||||
|
||||
if (!$object) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue