Bug 19370: Remove undefined variable warning
[koha.git] / Koha / REST / V1.pm
index 0293418..8969959 100644 (file)
@@ -54,6 +54,7 @@ sub startup {
                                 # is not allowed by the OpenAPI specification.
     });
     $self->plugin( 'Koha::REST::Plugin::Pagination' );
+    $self->plugin( 'Koha::REST::Plugin::Query' );
 }
 
 1;