From 42371118c94c3ed526f5355360b5cbdeddba2058 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 0cf4c8a150..ba5921f82e 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -1604,7 +1604,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.30.2