[Koha-bugs] [Bug 30703] Remove a few CookieManager warnings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 6 09:26:28 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30703

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 134674
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134674&action=edit
Bug 30703: Remove a few CookieManager warnings

Running Auth.t produces several warnings like:
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 103.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 104.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 112.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 103.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 104.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 112.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 103.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 104.
Use of uninitialized value $name in hash element at
/usr/share/koha/Koha/CookieManager.pm line 112.

Test plan:
prove  t/CookieManager.t t/db_dependent/Auth.t

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list