Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#2228 closed defect (bug) (invalid)

xmlrpc.php bug in file posting - versions 1.5.1 and 2.0

Reported by: mabutt's profile mabutt Owned by:
Milestone: Priority: normal
Severity: major Version: 2.0
Component: XML-RPC Keywords:
Focuses: Cc:

Description

xmlrpc.php, line 856 incorrectly uses !==. It should be:

if ( $uploaderror? != false ) {

Change History (2)

#1 @davidhouse
19 years ago

  • Resolution set to invalid
  • Status changed from new to closed

No, it uses empty(). Again, reopen if you can elaborate.

#2 @mabutt
19 years ago

The main latest.tar.gz (http://wordpress.org/latest.tar.gz) has the incorrect "!== false", line 856 of xmlrpc.php. Admittedly I haven't tried SVN or Beta downloads.

Note: See TracTickets for help on using tickets.