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)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 28 Feb 2024 21:20:16 +0000 (21:20 +0000)
commit289a31371ddbee2d6da89950f9a151171c806b81
treee9a40ffd48294bfeb62ff34934b0b68ce83e1149
parentd8c9254c76dc963d81d7a9231dfe150f336fb410
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: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit c50372c0b5c490971e4e336541aa85fbb45033d2)
Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
(cherry picked from commit 2ba597ea70612aec6880a583e9436da2367b5644)
C4/Auth.pm