#672 closed defect (bug) (wontfix)
Check if the content is false in save() of Wire class + diff
Reported by: | nicolagreco | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | has-patch, nicolagreco | |
Cc: |
Description
Assuming that a spam filter mark a wire content as spam, so it changes $wire->content = false via the newest filter bp_wire_post_content ([1327])
the content could be false
and if the content will be false it has not to be saved in the db
look at the diff file
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Problem is this removes original content not allowing for manual checking/validation etc. There are always false positives.