[livejournal] r19433: LJM-1858: I can see LjTimes page and ect...
Committer: slobin
LJM-1858: I can see LjTimes page and ect in English localisationM LiveJournal.pm
U trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm
===================================================================
--- trunk/cgi-bin/Apache/LiveJournal.pm 2011-07-05 08:02:08 UTC (rev 19432)
+++ trunk/cgi-bin/Apache/LiveJournal.pm 2011-07-05 08:03:29 UTC (rev 19433)
@@ -193,12 +193,9 @@
LJ::work_report_start();
}
# try to match controller
- LJ::Mob::Router::match_controller($r);
+ LJ::Mob::Router::match_controller();
-
if(my $controller = LJ::Request->notes('controller')) {
- # clear cookie's cache
- LJ::start_request();
my $url = $controller->check_access(LJ::Request->notes('branding_id'), LJ::get_remote_ip);
if(LJ::Request->notes('method') eq '__setdomsess') {
return redir(LJ::Session->setdomsess_handler())
