- Timestamp:
- 10/20/2014 07:45:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r29206 r29970 255 255 256 256 public function move($source, $destination, $overwrite = false) { 257 return @ssh2_sftp_rename( $this->link, $source, $destination);257 return @ssh2_sftp_rename( $this->sftp_link, $source, $destination ); 258 258 } 259 259
Note: See TracChangeset
for help on using the changeset viewer.