#3757 closed defect (bug) (fixed)
Bug in function bp_get_the_topic_forum_id()
Reported by: | arpit.tambi.in | Owned by: | |
---|---|---|---|
Milestone: | 1.5.2 | Priority: | normal |
Severity: | normal | Version: | 1.5.1 |
Component: | Forums | Keywords: | forum |
Cc: |
Description
Under bp-forums-template.php, function bp_get_the_topic_forum_id() maps to a wrong variable.
Instead of $forum_template->topic->topic_forum_id
it should be $forum_template->topic->forum_id
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5376]) Fixes incorrect property name in bp_get_the_topic_forum_id(). Fixes #3757. Props arpit.tambi.in