https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #38 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 154427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154427 Bug 25672: Convert to restricting to listed repositories only Review of attachment 154427: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=25672&attachment=154427) ----------------------------------------------------------------- ::: plugins/plugins-upload.pl @@ +48,5 @@
+ $template->param( plugins_restricted => $plugins_restricted ); +} + +# Exit early if uploads are not enabled +if ( !$ ) {
You've got a little typo here with the variable name. But I'm not sure how this would work with the current implementation of "plugins_restricted"? -- You are receiving this mail because: You are watching all bug changes.