_services_run_access_callback in services.runtime.inc incorrectly reports "Access denied for user anonymous" when it should be reporting the user name.
It is accessing the global variable $user but is not declaring global $user; inside of _services_run_access_callback.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | services-1911354-global-user-in-_services_run_access_callback-3.patch | 564 bytes | ygerasimov |
| #1 | services-1911354-global-user-in-_services_run_access_callback.patch | 528 bytes | ygerasimov |
Comments
Comment #1
ygerasimov commentedShould be simple fix.
Comment #3
ygerasimov commentedComment #4
ygerasimov commentedCommitted.