diff --git a/C4/Auth.pm b/C4/Auth.pm index a4323132c7..a48eaa009b 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>