Download & Extend

Remove PHP 5.3 warning

Project:Advanced User
Version:6.x-2.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

In advuser.module, on line 155, alter:

module_invoke('profile', 'load_profile', $account);
to
module_invoke('profile', '_load_profile', $account);

nobody click here