From be40a9fa3750374b32f2aa31e8807433c05d7817 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 14 May 2011 00:30:43 +0000 Subject: i18n, RT#12515 --- httemplate/autohandler | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'httemplate/autohandler') diff --git a/httemplate/autohandler b/httemplate/autohandler index c676d3d2d..c326e3e18 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -1,13 +1,9 @@ % $m->call_next; <%init> - dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); + $FS::Maketext::lh = ''; - my $locale = $FS::CurrentUser::CurrentUser->option('locale') - || FS::Conf->new->config('locale') - || 'en_US'; - $locale =~ s/_/-/g; - $lh = FS::L10N->get_handle($locale) || die "Unknown locale $locale"; + dbh->{'private_profile'} = {} if UNIVERSAL::can(dbh, 'sprintProfile'); <%filter> -- cgit v1.2.1