Committer: ailyin
LJSUP-8985 (nctalklinks disappeared)U trunk/cgi-bin/LJ/S2/FriendsPage.pm
Modified: trunk/cgi-bin/LJ/S2/FriendsPage.pm =================================================================== --- trunk/cgi-bin/LJ/S2/FriendsPage.pm 2011-06-03 07:46:20 UTC (rev 19221) +++ trunk/cgi-bin/LJ/S2/FriendsPage.pm 2011-06-03 07:52:05 UTC (rev 19222) @@ -259,7 +259,7 @@ } my %urlopts_nc; - if ( if $replycount && $remote && $remote->{'opt_nctalklinks'} ) { + if ( $replycount && $remote && $remote->{'opt_nctalklinks'} ) { $urlopts_nc{'nc'} .= $replycount; }