Bugfix requiring authentication to access label-manager.pl
authorChris Nighswonger <cnighswonger@foundations.edu>
Sat, 8 Mar 2008 01:13:14 +0000 (20:13 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 8 Mar 2008 17:19:37 +0000 (11:19 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
labels/label-manager.pl

index ad3ae81..7bf944c 100755 (executable)
@@ -64,7 +64,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name   => "labels/label-manager.tmpl",
         query           => $query,
         type            => "intranet",
-        authnotrequired => 1,
+        authnotrequired => 0,
         flagsrequired   => { catalogue => 1 },
         debug           => 1,
     }