https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30532
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- Created attachment 133593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133593&action=edit Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' We got Can't call method "value" on unblessed reference at /kohadevbox/koha/opac/opac-messaging.pl line 86 $cookie can be an arrayref, we should retrieve the session id using CGI->cookie('CGISESSID') Signed-off-by: Nick Clemens <[email protected]> Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
