Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / errors / 401.pl
index 02884f3..d9622c0 100755 (executable)
@@ -26,7 +26,7 @@ my $query = CGI->new;
 my $admin = C4::Context->preference('KohaAdminEmailAddress');
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => 'errors/401.tmpl',
+        template_name   => 'errors/401.tt',
         query           => $query,
         type            => 'intranet',
         authnotrequired => 1,