_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.

Comments

ygerasimov’s picture

Status: Active » Needs review
StatusFileSize
new528 bytes

Should be simple fix.

Status: Needs review » Needs work
ygerasimov’s picture

Status: Needs work » Needs review
StatusFileSize
new564 bytes
ygerasimov’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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