From b7972a1778742d71527edb5c92522fb002450416 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 2d2cf5141ea..721b4fa3f93 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1629,7 +1629,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