Opened 9 years ago
Closed 9 years ago
#36727 closed defect (bug) (fixed)
PHP Notice in class-wp-xmlrpc-server.php when $matchtitle[1] is undefined
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | minor | Version: | 4.5.1 |
Component: | XML-RPC | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
We see this error fairly often when WP_DEBUG is enabled. (We use WP_DEBUG quite often - logging, no visual error display.)
PHP Notice: Undefined offset: 1 in /XXXXXXXX/wp-includes/class-wp-xmlrpc-server.php on line 6329
Happens when $matchtitle[1]
is undefined. It's an easy fix. See attached patch.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Thank you for your patch and indeed it's a easy fix.