Bug 11577 : Fixing a tiny typo
[srvgit] / tags / list.pl
index 6a363ac..5813c83 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Context;
 use C4::Dates qw(format_date);
 use C4::Items;
 use C4::Koha;
-use C4::Tags 0.03 qw(get_tags remove_tag get_tag_rows);
+use C4::Tags qw(get_tags remove_tag get_tag_rows);
 use C4::Output;
 
 my $needed_flags = { tools => 'moderate_tags'
@@ -41,7 +41,7 @@ my $tag_id       = $query->param('tag_id');
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "tags/list.tmpl",
+        template_name   => "tags/list.tt",
         query           => $query,
         type            => "intranet",
         debug           => 1,