- Timestamp:
- 10/25/2009 05:30:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r11934 r12104 299 299 foreach ( $list as $struc ) { 300 300 301 if ( '.' == $struc t['name'] || '..' == $struc['name'] )301 if ( '.' == $struc['name'] || '..' == $struc['name'] ) 302 302 continue; 303 303 … … 305 305 continue; 306 306 307 if ( $limit_file && $s rtuc['name'] != $limit_file )307 if ( $limit_file && $struc['name'] != $limit_file ) 308 308 continue; 309 309
Note: See TracChangeset
for help on using the changeset viewer.