Opened 13 years ago
Closed 13 years ago
#3449 closed defect (bug) (fixed)
Error when deleting group topic reply
Reported by: | InterMike | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | trivial |
Severity: | trivial | Version: | 1.5 |
Component: | Forums | Keywords: | |
Cc: |
Description
Using: WP: 3.2.1; BP: 1.5 Beta 2, with BP-Default theme.
I overwrote all of BP 1.5 Beta 1 files with the new Beta 2 files (as told by one of the BP Devs to do), and I thought I would first time check to see if deleting topics worked correctly on BP, and I ended up with the following error:
Warning: Missing argument 2 for groups_delete_group_forum_post(), called in /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-screens.php on line 279 and defined in /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-forums.php on line 231 Warning: Cannot modify header information - headers already sent by (output started at /home/.../lol/wp-content/plugins/buddypress/bp-groups/bp-groups-forums.php:231) in /home/.../lol/wp-includes/pluggable.php on line 934
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4941]) Fixes PHP warning when deleting groups forum post, by making topic_id optional in groups_delete_group_forum_post(). Fixes #3449