Opened 14 years ago
Closed 14 years ago
#15703 closed defect (bug) (fixed)
Undefined variable final in wp-includes/class-IXR.php
Reported by: | koke | Owned by: | kapeels |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
When WP_DEBUG is set true, media uploads over xmlrpc fail:
Notice: Undefined variable: final in /Users/koke/automattic/wordpress/wp-includes/class-IXR.php on line 225 Notice: Undefined variable: final in /Users/koke/automattic/wordpress/wp-includes/class-IXR.php on line 228 <?xml version="1.0"?> ...
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
(In [16770]) Initialize a variable. props kapeels for initial patch. fixes #15703.