diff options
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r-- | Bugzilla/Template.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index d8e23c939..0f08662e0 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -40,9 +40,9 @@ use Bugzilla::Install::Util qw(template_include_path); use Bugzilla::Util; use Bugzilla::User; use Bugzilla::Error; -use MIME::Base64; -use Bugzilla::Bug; +use Bugzilla::Status; +use MIME::Base64; # for time2str - replace by TT Date plugin?? use Date::Format (); use File::Find; |