Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7450, comment 1


Ignore:
Timestamp:
02/25/2017 06:45:17 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7450, comment 1

    initial v1  
    11@Maniou - Thanks for reporting this important bug.
    22
    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`.
     3I 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`.
    44
    5 It doesn't appear that this problem is a regression from v2.8.0, but I think it's important enough to fix in a 2.8.x release.
     5This 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.
    66
    77I've attached a patch that should fix the problem.