Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5273, comment 26


Ignore:
Timestamp:
12/10/2013 05:39:58 AM (12 years ago)
Author:
henrywright
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5273, comment 26

    initial v1  
    11Hi guys - apologies for having to reopen. I've found another downstream problem caused by this.
    22
    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.
    44
    55Background info: {{{$message}}} is passed to {{{bp_messages_message_sent_add_notification()}}} which is hooked to {{{messages_message_sent}}}.