https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24754 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 99768 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99768 Bug 24754: Set userenv for ilsdi requests Review of attachment 99768: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=24754&attachment=99768) ----------------------------------------------------------------- ::: opac/ilsdi.pl @@ +129,5 @@
+# Set the userenv +C4::Context->_new_userenv(1); +C4::Context->set_userenv( + undef, undef, undef, 'CRON', 'CRON', undef,
Those 'CRON' values stand out as a little weird here to me. -- You are receiving this mail because: You are watching all bug changes.