Closed (fixed)
Project:
Advanced User
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2011 at 10:52 UTC
Updated:
18 Jun 2012 at 19:06 UTC
Jump to comment: Most recent
In advuser.module, on line 155, alter:
module_invoke('profile', 'load_profile', $account);
to
module_invoke('profile', '_load_profile', $account);
Comments
Comment #1
Anonymous (not verified) commentedThe code no longer uses module_invoke but calls profile_load_profile directly.