[Koha-bugs] [Bug 28700] "Unblessed" method in Object.pm has blessed values for keys in some cases

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 26 13:43:10 CEST 2021


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

--- Comment #38 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+    $infos = $infos->get_from_storage
+      if ref($infos) !~ /HASH|ARRAY/ && $infos->isa('Koha::Object');

Hmm. Shouldnt we make the caller responsible for whatever he wants to log?
This feels a bit hacky.

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


More information about the Koha-bugs mailing list