diff options
Diffstat (limited to 'rt/lib/RT/I18N/i_default.pm')
-rw-r--r-- | rt/lib/RT/I18N/i_default.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/rt/lib/RT/I18N/i_default.pm b/rt/lib/RT/I18N/i_default.pm index 4e00f8251..0472a18c2 100644 --- a/rt/lib/RT/I18N/i_default.pm +++ b/rt/lib/RT/I18N/i_default.pm @@ -1,8 +1,8 @@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: -# -# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # <jesse@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) @@ -45,11 +45,10 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} -package RT::I18N::i_default; +package RT::I18N::i_default; +use base 'RT::I18N'; use strict; -use vars qw/@ISA/; -@ISA = qw(RT::I18N); eval "require RT::I18N::i_default_Vendor"; die $@ if ($@ && $@ !~ qr{^Can't locate RT/I18N/i_default_Vendor.pm}); |