Index: branches/RC/core/units/user_groups/user_groups_dbitem.php =================================================================== diff -u -r8929 -r9230 --- branches/RC/core/units/user_groups/user_groups_dbitem.php (.../user_groups_dbitem.php) (revision 8929) +++ branches/RC/core/units/user_groups/user_groups_dbitem.php (.../user_groups_dbitem.php) (revision 9230) @@ -1,6 +1,6 @@ getLinkedInfo($this->Special); + $table_info = $this->getLinkedInfo($this->Special, true); if ($table_info) { // we have parent info, then use it $keys_hash = Array( @@ -24,7 +24,7 @@ } return parent::GetKeyClause($method, $keys_hash); } - + }