Committer: anazarov
LJSUP-10784: Counter at suspicious commetnsU trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl =================================================================== --- trunk/cgi-bin/weblib.pl 2011-12-23 14:28:07 UTC (rev 20858) +++ trunk/cgi-bin/weblib.pl 2011-12-26 06:27:05 UTC (rev 20859) @@ -1410,6 +1410,7 @@ server_time => time(), remoteJournalBase => $remote && $remote->journal_base, remoteUser => $remote && $remote->user, + remoteLocale => LJ::lang_to_locale( LJ::Lang::get_remote_lang() ), ); $site{default_copyright} = $default_copyright if LJ::is_enabled('default_copyright', $remote); $site{is_dev_server} = 1 if $LJ::IS_DEV_SERVER;