Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/30/2011 09:15:11 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix incorrect variable declaration, causing anonymous replies to fail.

File:
1 edited

Legend:

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

    r3275 r3276  
    148148
    149149        // Set defaults to prevent debug notices
    150         $topic_id = $forum_id = $topic_author = $anonymous_data = 0;
     150        $topic_id = $forum_id = $reply_author = $anonymous_data = 0;
    151151        $reply_title = $reply_content = $terms = '';
    152152
Note: See TracChangeset for help on using the changeset viewer.