Committer: tupshin
Added auto-russian support for abuseru catU trunk/cgi-bin/LJ/Hooks/Support.pm
Modified: trunk/cgi-bin/LJ/Hooks/Support.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Support.pm 2009-04-30 13:17:28 UTC (rev 7250) +++ trunk/cgi-bin/LJ/Hooks/Support.pm 2009-04-30 19:06:00 UTC (rev 7251) @@ -115,7 +115,7 @@ my $spid = $opts{spid}; my $catkey = $opts{catkey}; - return unless $spid && $catkey && $catkey eq "russian"; + return unless $spid && $catkey && ($catkey eq "russian" || $catkey eq "abuseru"); LJ::Support::set_prop($spid, "language", "ru"); });