#2228 closed defect (bug) (invalid)
xmlrpc.php bug in file posting - versions 1.5.1 and 2.0
| Reported by: | mabutt | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 2.0 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
xmlrpc.php, line 856 incorrectly uses !==. It should be:
if ( $uploaderror != false ) {
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
No, it uses empty(). Again, reopen if you can elaborate.