Changes between Initial Version and Version 1 of Ticket #5273, comment 26
- Timestamp:
- 12/10/2013 05:39:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5273, comment 26
initial v1 1 1 Hi guys - apologies for having to reopen. I've found another downstream problem caused by this. 2 2 3 The following is being done {{{'item_id' => $message->id}}} inside {{{bp_messages_message_sent_add_notification()}}}which is resulting in item_id holding an erroneous value.3 {{{'item_id' => $message->id}}} is being done inside {{{bp_messages_message_sent_add_notification()}}}, which is resulting in item_id holding an erroneous value. 4 4 5 5 Background info: {{{$message}}} is passed to {{{bp_messages_message_sent_add_notification()}}} which is hooked to {{{messages_message_sent}}}.