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?
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
Comment #1
berdirCurrently, 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.
Comment #2
sandfurz commentedyepp! 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! :-)
Comment #3
litwol commented