"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:
Ralf Becker 2010-03-28 15:42:56 +00:00
parent b7481feb96
commit cd0d07ad48

View File

@ -328,6 +328,7 @@ class infolog_customfields
unset($this->types[$content['type2']]);
unset($this->status[$content['type2']]);
unset($this->status['defaults'][$content['type2']]);
unset($this->group_owners[$content['type2']]);
list($content['type2']) = each($this->types);
// save changes to repository