Opened 12 years ago
Closed 12 years ago
#23217 closed defect (bug) (fixed)
Pingback url array isn't uniqued before pings are sent
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 1.2 |
Component: | Pings/Trackbacks | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
If you specify the same url in a post more than once, it gets hit with a pingback once for each time it appears. We should only ever ping a link once for a given post. This is easily resolved by performing an array_unique()
before doing the pings. Patch attached.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 23571: