Ticket #10522: class-wp-filesystem-ftpext.php.patch
File class-wp-filesystem-ftpext.php.patch, 547 bytes (added by , 15 years ago) |
---|
-
class-wp-filesystem-ftpext.php
43 43 else 44 44 $this->options['hostname'] = $opt['hostname']; 45 45 46 if ( isset($opt['connect_timeout']) && ! empty($opt['connect_timeout']) && 0 < intval($opt['connect_timeout'])) 47 $this->timeout = $opt['connect_timeout']; 48 46 49 if ( isset($opt['base']) && ! empty($opt['base']) ) 47 50 $this->wp_base = $opt['base']; 48 51