mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
"deleting a type, did not delete a group owner
--> causing groups still considered to be used as group owners and therefore not resolved to there users for grants"
This commit is contained in:
parent
2d6cc439c3
commit
34d460ae2f
@ -328,6 +328,7 @@ class infolog_customfields
|
|||||||
unset($this->types[$content['type2']]);
|
unset($this->types[$content['type2']]);
|
||||||
unset($this->status[$content['type2']]);
|
unset($this->status[$content['type2']]);
|
||||||
unset($this->status['defaults'][$content['type2']]);
|
unset($this->status['defaults'][$content['type2']]);
|
||||||
|
unset($this->group_owners[$content['type2']]);
|
||||||
list($content['type2']) = each($this->types);
|
list($content['type2']) = each($this->types);
|
||||||
|
|
||||||
// save changes to repository
|
// save changes to repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user