Changeset 10048
- Timestamp:
- 12/04/2008 09:47:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r10018 r10048 438 438 return new WP_Error('http_no_file', __('Could not create Temporary file')); 439 439 440 $handle = @fopen($tmpfname, 'w ');440 $handle = @fopen($tmpfname, 'wb'); 441 441 if ( ! $handle ) 442 442 return new WP_Error('http_no_file', __('Could not create Temporary file'));
Note: See TracChangeset
for help on using the changeset viewer.