]> git.koha-community.org Git - koha.git/commit
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)
committerWainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Wed, 27 Mar 2024 05:30:13 +0000 (05:30 +0000)
commit3882d8d7a7d783928ec021017315b6762113a92d
tree9eaa7ac56c15166e93bf4333c6e40dce7cefd35c
parentb8539cc35c066cec9d908ad6b48eccec45c4315c
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