There is an error message complaining about an undefined variable $account_id within the privatemsg.author-pane.inc (line 21).

The variable $account_id does not exist in D7; the right one should be $account->uid. Patch attached.

Comments

Flo.’s picture

StatusFileSize
new682 bytes

Sorry, messed up the filenames. Here's the right patch.

berdir’s picture

Status: Needs review » Fixed

Nice catch, commited!

I've verified that 6.x doesn't have this error.

Status: Fixed » Closed (fixed)

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