Committer: ailyin
this check seems unnecessary hereU trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2010-12-17 06:02:31 UTC (rev 17956) +++ trunk/cgi-bin/LJ/Talk.pm 2010-12-17 07:21:13 UTC (rev 17957) @@ -207,8 +207,6 @@ return { 'error' => BML::ml('talk.error.nosuchjournal')} unless $ju; return { 'error' => BML::ml('talk.error.purged')} if $ju->is_expunged; - LJ::assert_is($ju->{user}, lc $journal); - $init->{'clustered'} = 1; foreach (qw(itemid replyto)) { next unless $init->{$_};