In services_oauth.inc there is this clause that an empty $context object is defined if there is not context available. Afterwards this $context object is never used so hence the uselessness of this assignment.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1940840-committed.patch | 1.3 KB | ygerasimov |
| #1 | 1940840-1.patch | 667 bytes | nick_vh |
Comments
Comment #1
nick_vhComment #2
nick_vhComment #3
marcingy commentedMakes sense
Comment #4
ygerasimov commentedThank you very much Nick. I have committed slightly modified patch (attached).