Bug 28741: (follow-up) Silence warning

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Tomás Cohen Arazi 2021-08-02 10:04:01 -03:00 committed by Kyle M Hall
parent a6e408fc88
commit 58651f2219

View file

@ -61,6 +61,9 @@ sub new {
$next_id = $args{ next_id } // 0;
}
# metadata_prefix can be undef (e.g. listSets)
$metadata_prefix //= '';
$self->{ metadata_prefix } = $metadata_prefix;
$self->{ cursor } = $cursor;
$self->{ from } = $from;