Opened 15 years ago
Closed 15 years ago
#1225 closed defect (bug) (fixed)
Groups templatetags bug
Reported by: | petronic | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
There is an error in these two functions:
bp_get_new_group_description()
bp_get_new_group_news()
In both functions "name" property, $bp->groups->current_group->name, is used instead of description and news, respectively.
Please, see patch attached.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2053]) Fixes #1225