Changes between Initial Version and Version 1 of Ticket #7450, comment 1
- Timestamp:
- 02/25/2017 06:45:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7450, comment 1
initial v1 1 1 @Maniou - Thanks for reporting this important bug. 2 2 3 I can confirm the problem. It's due to bp_activity_delete_children()(and less importantly, `bp_activity_delete_comment()`) not doing any empty checks against the passed `$activity_id`.3 I can confirm the problem. It's due to `bp_activity_delete_children()` (and less importantly, `bp_activity_delete_comment()`) not doing any empty checks against the passed `$activity_id`. 4 4 5 It doesn't appear that this problem isa regression from v2.8.0, but I think it's important enough to fix in a 2.8.x release.5 This doesn't appear to be a regression from v2.8.0, but I think it's important enough to fix in a 2.8.x release. 6 6 7 7 I've attached a patch that should fix the problem.