Index: branches/5.3.x/core/units/user_groups/user_groups_dbitem.php =================================================================== diff -u -N --- branches/5.3.x/core/units/user_groups/user_groups_dbitem.php (revision 15483) +++ branches/5.3.x/core/units/user_groups/user_groups_dbitem.php (revision 0) @@ -1,42 +0,0 @@ -getLinkedInfo($this->Special, true); - - if ( $table_info ) { - // we have parent info, then use it - $keys_hash = Array ($this->IDField => $this->GetID(), $table_info['ForeignKey'] => $table_info['ParentId']); - } - - return parent::GetKeyClause($method, $keys_hash); - } -} \ No newline at end of file