Closed (fixed)
Project:
CiviMember PLUS Roles Sync
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2011 at 21:33 UTC
Updated:
9 Sep 2011 at 21:51 UTC
http://drupal.org/project/issues/civicrm_member_plus_rolesI get this message in reports after logging out
Warning: Parameter 1 to civicrm_member_plus_roles_user_logout() expected to be a reference, value given in module_invoke_all() (line 819 of/usr/local/share/drupal/v7/core/drupal-7.7/includes/module.inc).
Comments
Comment #1
kreynen commentedfixed.
http://drupalcode.org/project/civicrm_member_plus_roles.git/commit/d37e974
This is actually an issue with the way CiviCRM implements hook_user_login and hook_user_logout in the original civicrm_member_roles
http://api.drupal.org/api/drupal/modules--user--user.api.php/function/ho...
http://api.drupal.org/api/drupal/modules--user--user.api.php/function/ho...
Was...
Should be...