Make WordPress Core

Ticket #29405: class-wp-filesystem-ssh2.patch

File class-wp-filesystem-ssh2.patch, 492 bytes (added by nobleclem, 11 years ago)

patch

  • wp-admin/includes/class-wp-filesystem-ssh2.php

    old new  
    253253   }
    254254
    255255   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);
    257257   }
    258258
    259259   function delete($file, $recursive = false, $type = false) {