bug in OpenID PHP library prevents setup response
Bug #291274 reported by
Chris Johnson
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moodle-OpenID |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
In the JanRain PHP library included with this package, in method _complete_id_res(), if set up is needed, it attempts to call a non-existent function. The following line is in error:
return SetupNeededResp
It should read:
return new Auth_OpenID_
This is actually fixed, along with many other fixes and improvements, in the latest release of this library from openidenabled.com.
Changed in moodle-openid: | |
assignee: | Stuart Metcalfe (stuartmetcalfe) → nobody |
tags: | added: taskbucket |
To post a comment you must log in.
I'll update to the latest openid lib and release in the next week. Thanks