Small one:
in the module:
line 262

$variables['privatemsg_link'] = 'privatemsg/new/'. $accountid;

Should be

$variables['privatemsg_link'] = 'privatemsg/msgto/'. $accountid;

otherwise it just opens a new PM instead of addressing it to the user.

Comments

Michelle’s picture

Status: Active » Closed (duplicate)