Skip to:
Content

bbPress.org

Ticket #3308: fix_typo.patch

File fix_typo.patch, 602 bytes (added by passoniate, 5 years ago)
  • bbpress.php

     
    274274                $this->current_topic_id     = 0; // Current topic id
    275275                $this->current_reply_id     = 0; // Current reply id
    276276                $this->current_topic_tag_id = 0; // Current topic tag id
    277                 $this->current_user_id      = 0; // Current topic tag id
     277                $this->current_user_id      = 0; // Current user id
    278278
    279279                $this->forum_query    = new WP_Query();       // Main forum query
    280280                $this->topic_query    = new WP_Query();       // Main topic query