Opened 16 years ago
Closed 16 years ago
#15703 closed defect (bug) (fixed)
Undefined variable final in wp-includes/class-IXR.php
| Reported by: | koke | Owned by: | kapeels |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [16770]) Initialize a variable. props kapeels for initial patch. fixes #15703.