Opened 12 years ago
Closed 11 years ago
#22014 closed defect (bug) (wontfix)
$arg was undefined, added it as optional param
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 2.5 |
Component: | External Libraries | Keywords: | |
Focuses: | 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 (3)
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.