Posted by wojtha on June 5, 2011 at 11:06pm
3 followers
| Project: | OpenID Client AX |
| Version: | 6.x-6.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Found bug in the openid_client_ax_openid().
<?php
// Add data to the request
$attributes_data = module_invoke_all('openid_client_ax', 'load', $request, $user->uid);
// SHOULD BE
$attributes_data = module_invoke_all('openid_client', 'load', $request, $user->uid);
?>
Comments
#1
#2
Thanks! Committed and pushed.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.