Bug 6553 : Fixing authentication issue, there is no reason we should be able to use...
[koha.git] / rotating_collections / addItems.pl
index acde79a..13b2cb7 100755 (executable)
@@ -16,7 +16,7 @@ my ($template, $loggedinuser, $cookie)
     = get_template_and_user({template_name => "rotating_collections/addItems.tmpl",
                             query => $query,
                             type => "intranet",
-                            authnotrequired => 1,
+                            authnotrequired => 0,
                             flagsrequired => {parameters => 1},
                             debug => 1,
                             });