Committer: anazarov
LJSV-1962: User don't become owner when coverting to communityU trunk/htdocs/community/settings.bml
Modified: trunk/htdocs/community/settings.bml =================================================================== --- trunk/htdocs/community/settings.bml 2011-12-26 15:38:50 UTC (rev 20864) +++ trunk/htdocs/community/settings.bml 2011-12-27 13:08:59 UTC (rev 20865) @@ -218,7 +218,7 @@ LJ::update_user($cu, { journaltype => 'C', password => '' }); if ($mode eq 'create') { - LJ::set_rel($cu, $remote, 'A'); + LJ::set_rel($cu, $remote, 'S'); # delete existing friends my $friends = LJ::get_friends($cid, undef, undef, 'force') || {};