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.
| Comment | File | Size | Author |
|---|---|---|---|
| oauthconnector-watchdog-undefined.patch | 729 bytes | matglas86 |
Comments
Comment #1
frans commentedComment #2
frans commentedComment #3.0
(not verified) commentedTypo fix.