[livejournal] r22694: LJSUP-13346: Empty page /profile/friendl...
Committer: akanashin
LJSUP-13346: Empty page /profile/friendlist?list=friends&ver=3U trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm
===================================================================
--- trunk/cgi-bin/Apache/LiveJournal.pm 2012-08-20 06:44:56 UTC (rev 22693)
+++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-08-20 08:53:43 UTC (rev 22694)
@@ -765,7 +765,7 @@
return redir($u->profile_url . $mode);
}
- if ($opts->{'mode'} eq "profile" && $LJ::DISABLED{profile_controller} && $GET{ver} != 3) {
+ if ($opts->{'mode'} eq "profile" && $LJ::DISABLED{profile_controller} && $GET{'ver'} ne '3') {
my $burl = LJ::remote_bounce_url();
return remote_domsess_bounce() if LJ::remote_bounce_url();
