- Timestamp:
- 12/15/2015 02:35:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r35942 r35944 343 343 */ 344 344 public function exists( $file ) { 345 $list = $this->ftp-> rawlist( $file, '-a');345 $list = $this->ftp->nlist( $file ); 346 346 347 347 if ( empty( $list ) && $this->is_dir( $file ) ) {
Note: See TracChangeset
for help on using the changeset viewer.