Fix typo
This commit is contained in:
parent
a807768c32
commit
63b69871fe
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class kolab_storage_config
|
||||||
|
|
||||||
// make sure the object_uri is still a member
|
// make sure the object_uri is still a member
|
||||||
if (!in_array($object_uri, $members)) {
|
if (!in_array($object_uri, $members)) {
|
||||||
$members[$obejct_uri];
|
$members[$object_uri];
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove relation if no other members remain
|
// remove relation if no other members remain
|
||||||
|
|
Loading…
Add table
Reference in a new issue