Download & Extend

Invalid hook_openid_client call

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

Status:active» needs review
AttachmentSize
1179550-1_hook_openid_client_invalid_call.patch 728 bytes

#2

Status:needs review» fixed

Thanks! Committed and pushed.

#3

Status:fixed» closed (fixed)

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