Committer: wisest-owl
LJSUP-13160: Cant't from http://www.livejournal.com/ to http://m.livejournal.com/U trunk/cgi-bin/LJ/SiteScheme.pm
Modified: trunk/cgi-bin/LJ/SiteScheme.pm =================================================================== --- trunk/cgi-bin/LJ/SiteScheme.pm 2012-08-06 08:27:46 UTC (rev 22573) +++ trunk/cgi-bin/LJ/SiteScheme.pm 2012-08-06 09:25:57 UTC (rev 22574) @@ -178,7 +178,7 @@ if ($show_mobile_link) { my $uri = ''; - $uri .= $LJ::IS_SSL ? 'http://' : 'https://'; + $uri .= $LJ::IS_SSL ? 'https://' : 'http://'; $uri .= LJ::Request->hostname; $uri .= LJ::Request->uri;