Changeset 18632 for trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
- Timestamp:
- 09/03/2011 02:18:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r17771 r18632 339 339 340 340 $pwd = @ftp_pwd($this->link); 341 if ( ! @ftp_chdir($this->link, $path) ) // Cant change to folder = folder doesn t exist341 if ( ! @ftp_chdir($this->link, $path) ) // Cant change to folder = folder doesn't exist 342 342 return false; 343 343 $list = @ftp_rawlist($this->link, '-a', false);
Note: See TracChangeset
for help on using the changeset viewer.