Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/19/2013 06:12:29 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use correct array key in BBP_Forums_Group_Extension::display_forums(). Props thebrandonallen. Fixes #2215.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/group.php

    r4769 r4776  
    609609        // Always load up the group forum
    610610        bbp_has_forums( array(
    611             'ID'          => $forum_id,
     611            'p'           => $forum_id,
    612612            'post_parent' => null
    613613        ) );
Note: See TracChangeset for help on using the changeset viewer.