Opened 17 years ago
Closed 17 years ago
#4770 closed defect (bug) (fixed)
Fix mt_allow_pings in metaWeblog.newPost (XML-RPC)
Reported by: | josephscott | Owned by: | |
---|---|---|---|
Milestone: | 2.2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | xml-rpc has-patch |
Focuses: | Cc: |
Description
There is typo in mw_newPost() that prevents mt_allow_pings from being picked up properly. I've got a patch that fixes this.
A big thank you to Allan Odgaard for pointing this out and not giving up this.
Attachments (2)
Change History (8)
#1
@
17 years ago
The updated patch now takes care of both typos and removes some duplicate code that was trying to process mt_allow_pings a second time in metaWeblog.editPost.
#4
@
17 years ago
Yes, 2.2 has the same issue. The patch is a little different, provided above as ping-22-xmlrpc.php.diff.
Note: See
TracTickets for help on using
tickets.
fix another typo in metaWeblog.editPost and remove duplicate code.