Skip to:
Content

bbPress.org

Changeset 3548


Ignore:
Timestamp:
10/30/2011 03:20:56 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Pass $reply_id correctly into bbp_get_reply_id() in bbp_notify_subscribers()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-common-functions.php

    r3516 r3548  
    993993    $reply_id = bbp_get_reply_id( $reply_id );
    994994    $topic_id = bbp_get_topic_id( $topic_id );
    995     $forum_id = bbp_get_reply_id( $forum_id );
     995    $forum_id = bbp_get_forum_id( $forum_id );
    996996   
    997997    /** Reply *****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.