@@ -, +, @@ --- Koha/REST/V1/Auth.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- a/Koha/REST/V1/Auth.pm +++ a/Koha/REST/V1/Auth.pm @@ -69,9 +69,7 @@ sub under { if ( $namespace eq 'public' ) { $is_public = 1; - } - - if ( $namespace eq 'contrib' ) { + } elsif ( $namespace eq 'contrib' ) { $is_plugin = 1; } --