@@ -, +, @@ - Look carefully - Apply this patch - Look carefully --- Koha/OAuth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/OAuth.pm +++ a/Koha/OAuth.pm @@ -44,7 +44,7 @@ sub config { }; } -=head3 _verify_client_db +=head3 _verify_client_cb A callback to verify if the client asking for authorization is known to the authorization server and allowed to get authorization. --