I had a race condition with a call to oauthconnector_endpoint_call. It raise a exception and watchdog was executed. But $access_token->uid (line 131) was undefined. I placed a isset around it so it will not throw a second exception. Here's the patch.

CommentFileSizeAuthor
oauthconnector-watchdog-undefined.patch729 bytesmatglas86

Comments

frans’s picture

Status: Active » Patch (to be ported)
frans’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Typo fix.