Bug 24663: Remove authnotrequired if set to 0
[srvgit] / reports / dictionary.pl
index bca95ce..2c89904 100755 (executable)
@@ -44,7 +44,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {   template_name   => "reports/dictionary.tt",
         query           => $input,
         type            => "intranet",
-        authnotrequired => 0,
         flagsrequired   => { reports => '*' },
         debug           => 1,
     }