Changes between Initial Version and Version 1 of Ticket #29628
- Timestamp:
- 09/12/2014 12:54:38 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29628
-
Property
Component
changed from
General
toFilesystem API
-
Property
Component
changed from
-
Ticket #29628 – Description
initial v1 2 2 3 3 where is: 4 {{{ 4 5 function nlist($pathname="") { 5 6 return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); 6 7 } 8 }}} 7 9 should be: 10 {{{ 8 11 function nlist($pathname="", arg="") { 9 12 return $this->_list(($arg?" ".$arg:"").($pathname?" ".$pathname:""), "NLST", "nlist"); 10 13 } 14 }}}