Committer: akanashin
LJSUP-12608: Profile RedesignU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2012-07-27 07:14:43 UTC (rev 22511) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-07-27 07:17:30 UTC (rev 22512) @@ -763,7 +763,7 @@ return redir($u->profile_url . $mode); } - if ($opts->{'mode'} eq "profile" && $LJ::DISABLED{profile_controller} && $GET{ver} != 2) { + if ($opts->{'mode'} eq "profile" && $LJ::DISABLED{profile_controller} && $GET{ver} != 3) { my $burl = LJ::remote_bounce_url(); return remote_domsess_bounce() if LJ::remote_bounce_url();