]> git.koha-community.org Git - koha.git/commit
Bug 36367: Set to undef when unsetting
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Mar 2024 07:51:06 +0000 (08:51 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 14 Jun 2024 10:17:18 +0000 (11:17 +0100)
commit50886802763b5f991e89db2d6e25829998c39225
tree470c0db9e0889a8c0244bd3fa45e17aebfbe516b
parentfbb5cd98f9b881f72bd94f7c1d105dc350668c3e
Bug 36367: Set to undef when unsetting

We usually test if C4::Context->userenv, so we need to undef when
unsetting, not {} (evaluated true)

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Context.pm