- Timestamp:
- 07/01/2019 12:50:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r45424 r45583 222 222 } 223 223 224 if ( ! ( $stream = ssh2_exec( $this->link, $command ) ) ) { 224 $stream = ssh2_exec( $this->link, $command ); 225 if ( ! $stream ) { 225 226 $this->errors->add( 226 227 'command',
Note: See TracChangeset
for help on using the changeset viewer.