From fb1359cad61712fa06d7c52a180927f107326169 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 25 Jan 2022 14:52:31 +0000 Subject: [PATCH] Bug 29915: (QA follow-up) Fix POD typo Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens --- C4/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index a4323132c78..a48eaa009b4 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1627,7 +1627,7 @@ sub check_api_auth { =head2 check_cookie_auth - ($status, $sessionId) = check_api_auth($cookie, $userflags); + ($status, $sessionId) = check_cookie_auth($cookie, $userflags); Given a CGISESSID cookie set during a previous login to Koha, determine if the user has the privileges specified by C<$userflags>. C<$userflags> -- 2.25.1