Bug 36092: Pass sessionID at the end of get_template_and_user
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Feb 2024 08:45:45 +0000 (09:45 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:55:28 +0000 (10:55 +0100)
commit7d95c6404817d8dbc9502d45f99460cce77bcc6a
tree2f39bdb126a6163a4e00ae352a295c289d92868e
parent3a053ebdf94795120eb5322c6c45121489b2f583
Bug 36092: Pass sessionID at the end of get_template_and_user

It seems safer to pass the logged in user and session info at the end of
the sub.

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