Committer: ailyin
LJSUP-13609 (FriendsPage redesign)U trunk/cgi-bin/LJ/Controller.pm
Modified: trunk/cgi-bin/LJ/Controller.pm =================================================================== --- trunk/cgi-bin/LJ/Controller.pm 2012-10-16 11:46:04 UTC (rev 12765) +++ trunk/cgi-bin/LJ/Controller.pm 2012-10-16 11:49:23 UTC (rev 12766) @@ -60,7 +60,7 @@ 'redirect_ref' => \$redir_url ); if ( !$session && $redir_url ) { - return LJ::Response::Redirect->new( 'where' => $redir_url ); + return LJ::Request->redirect($redir_url); } }