Ticket #29405: class-wp-filesystem-ssh2.patch
File class-wp-filesystem-ssh2.patch, 492 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/class-wp-filesystem-ssh2.php
old new 253 253 } 254 254 255 255 function move($source, $destination, $overwrite = false) { 256 return @ssh2_sftp_rename($this-> link, $source, $destination);256 return @ssh2_sftp_rename($this->sftp_link, $source, $destination); 257 257 } 258 258 259 259 function delete($file, $recursive = false, $type = false) {