#2228 closed defect (bug) (invalid)
xmlrpc.php bug in file posting - versions 1.5.1 and 2.0
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
No, it uses empty(). Again, reopen if you can elaborate.