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-04 06:30:43 UTC (rev 22384) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2012-07-04 07:32:19 UTC (rev 22385) @@ -748,7 +748,7 @@ return redir($u->profile_url . $mode); } - if ($opts->{'mode'} eq "profile") { + if ($opts->{'mode'} eq "profile" && $LJ::DISABLED{profile_controller}) { my $burl = LJ::remote_bounce_url(); return remote_domsess_bounce() if LJ::remote_bounce_url();