labels subdir - Dates.pm integration and warnings fixes.
[koha_fer] / about.pl
index 0873ef5..ccf0e91 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -32,7 +32,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $query,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { parameters => 1 },
+        flagsrequired   => { catalogue => 1 },
         debug           => 1,
     }
 );
@@ -56,7 +56,9 @@ $template->param(
     zebraVersion  => $zebraVersion,
 );
 my @component_names =
-    qw/CGI
+    qw/
+Biblio::EndnoteStyle
+CGI
 CGI::Carp
 CGI::Session
 Class::Factory::Util