Bugfix requiring authentication to access label-manager.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Nighswonger 2008-03-07 20:13:14 -05:00 committed by Joshua Ferraro
parent 075a89fe4c
commit 94b8bb7c25

View file

@ -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,
}