Opened 8 months ago
Last modified 8 months ago
#22014 new defect (bug)
$arg was undefined, added it as optional param
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | External Libraries | Version: | 2.5 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
The variable $arg was not defined, so I added it as an extra parameter.
wp-admin/includes/class-ftp.php
function nlist
Patch here :
https://github.com/h4ck3rm1k3/WordPress/commit/1bb897fc0e20de43122a468d1dae85ad2ad33c37
Change History (2)
Note: See
TracTickets for help on using
tickets.

For what it's worth, Core doesn't make use of the nlist method from what I can see, nor should any plugins.
http://www.phpclasses.org/browse/package/1743.html is the home of this external library, and it looks like there's a bunch of outstanding issues with it.