- Timestamp:
- 08/21/2015 11:42:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r32726 r33688 384 384 */ 385 385 public function is_writable($file) { 386 $file = ltrim($file, '/');387 return is_writable('ssh2.sftp://' . $this->sftp_link . '/' . $file);386 // PHP will base it's writable checks on system_user === file_owner, not ssh_user === file_owner 387 return true; 388 388 } 389 389 /**
Note: See TracChangeset
for help on using the changeset viewer.