Closed (fixed)
Project:
Privatemsg
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2009 at 01:22 UTC
Updated:
8 Mar 2009 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
litwol commentedComment #2
berdir$message was not passed by reference to _privatemsg_validate_message, so $message still contained all recipients after the call. Fixed that in #375999: #288183 followup: Developer friendlify privatemsg_new_thread API. as it is tightly related to the other changes.
Comment #3
berdir#375999: #288183 followup: Developer friendlify privatemsg_new_thread API. will take longer than I first thought, here is a very simple patch that should fix the user blocking thing.
- pass $message by reference to _privatemsg_validate_message()
- only print allowed recipients after the message has been sent
Comment #4
litwol commentedchanges @recipients to !recipients to prevent t() render it in plain_check()