Skip to content

Commit

Permalink
Brackets!
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-y committed Jul 22, 2014
1 parent 8c38791 commit 98338ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bp-rbe-core.php
Expand Up @@ -379,9 +379,9 @@ public function group_forum_listener( $post_id ) {
// get the topic ID if it's locally cached
if ( ! empty( $bp->rbe->temp->topic_id ) ) {
$topic_id = $bp->rbe->temp->topic_id;
}

// query for the topic ID
else {
} else {
$post = bb_get_post( $post_id );
$topic_id = $post->topic_id;
}
Expand Down

0 comments on commit 98338ce

Please sign in to comment.