Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#22014 closed defect (bug) (wontfix)

$arg was undefined, added it as optional param

Reported by: h4ck3rm1k3's profile h4ck3rm1k3 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)

#1 @SergeyBiryukov
12 years ago

  • Component changed from Feeds to External Libraries
  • Keywords has-patch removed
  • Version changed from trunk to 2.5

#2 @dd32
12 years ago

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.

#3 @wonderboymusic
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

no movement in 21 months - this can be addressed upstream.

Note: See TracTickets for help on using tickets.