Bug 11866: (follow-up) repair security issue introduced by main patch
The main patch allows /any/ user with an account on the Koha system to view the staff-side course-reserves home page -- including ordinary patrons. This patch repairs the oversight. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
e2de21a943
commit
e9903d760e
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
|||
query => $cgi,
|
||||
type => "intranet",
|
||||
authnotrequired => 0,
|
||||
flagsrequired => { catalogue => 1 },
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue