From 34d460ae2f8fc46a812aa98aa98b610e98f0cea7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 28 Mar 2010 15:38:12 +0000 Subject: [PATCH] "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" --- infolog/inc/class.infolog_customfields.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/inc/class.infolog_customfields.inc.php b/infolog/inc/class.infolog_customfields.inc.php index 6639f977f4..32765d2fe6 100644 --- a/infolog/inc/class.infolog_customfields.inc.php +++ b/infolog/inc/class.infolog_customfields.inc.php @@ -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