Changeset 11082
- Timestamp:
- 04/24/2009 05:12:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r11005 r11082 147 147 if( ! $mode ) 148 148 return false; 149 if ( ! $this->exists($file) )149 if ( ! $this->exists($file) && ! $this->is_dir($file) ) 150 150 return false; 151 151 if ( ! $recursive || ! $this->is_dir($file) ) {
Note: See TracChangeset
for help on using the changeset viewer.