Ticket #46840: 46840.patch
File 46840.patch, 596 bytes (added by , 6 years ago) |
---|
-
wp-admin/includes/class-wp-filesystem-ftpext.php
537 537 } 538 538 539 539 $pwd = @ftp_pwd( $this->link ); 540 if ( ! @ftp_chdir( $this->link, $path ) ) { // Can t change to folder = folder doesn't exist540 if ( ! @ftp_chdir( $this->link, $path ) ) { // Can't change to folder = folder doesn't exist 541 541 return false; 542 542 } 543 543 $list = @ftp_rawlist( $this->link, '-a', false );