[Koha-bugs] [Bug 27161] Base.pm complains about unitialized value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 1 11:11:54 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27161

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I'm wondering if we ought to instead define a default..

i.e.

my $metadata = $self->{metadata};

vs

my $metadata = $self->{metadata} // {};

?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list