Bug 27661: (QA follow-up) Capitalization
[koha-ffzg.git] / mainpage.pl
index f096da6..183b5e0 100755 (executable)
@@ -34,14 +34,13 @@ use Koha::ProblemReports;
 use Koha::Quotes;
 use Koha::Suggestions;
 
-my $query = new CGI;
+my $query = CGI->new;
 
 my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user(
     {
         template_name   => "intranet-main.tt",
         query           => $query,
         type            => "intranet",
-        authnotrequired => 0,
         flagsrequired   => { catalogue => 1, },
     }
 );