this hook somehow causes an error in:
format_date( ) ../privatemsg.module:421

even if the $message is returned with no changes ... someone who can reproduce this?

Comments

berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Currently, the load hook works like the one for nodes. You only have to return new things, and not the whole message array. I assume that it could lead to issues if you do that.

sandfurz’s picture

yepp! That's it.

i used to return the whole thing ... causing the message array to be screwed up by array_merge_recursive in _privatemsg_load

thx! :-)

litwol’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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