Committer: ailyin
LJSUP-6547 (Error mesage at login with Open ID displayed on FB Tab)U trunk/htdocs/identity/login.bml
Modified: trunk/htdocs/identity/login.bml =================================================================== --- trunk/htdocs/identity/login.bml 2010-08-27 06:04:20 UTC (rev 17212) +++ trunk/htdocs/identity/login.bml 2010-08-27 07:58:31 UTC (rev 17213) @@ -38,7 +38,8 @@ strict => 0, ) or die "Can't open template: $!"; - my $current_type = LJ::Request->get_param('type') || + my $current_type = LJ::Request->post_param('type') || + LJ::Request->get_param('type') || $LJ::IDENTITY_TYPES[0]; my @types;