Changeset 32419
- Timestamp:
- 05/06/2015 09:50:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/includes/upgrade.php
r32387 r32419 1363 1363 } 1364 1364 1365 if ( 'byte' !== $content_length['type'] ) {1365 if ( 'byte' !== $content_length['type'] || 0 === $content_length['length'] ) { 1366 1366 // Sites with malformed DB schemas are on their own. 1367 1367 return;
Note: See TracChangeset
for help on using the changeset viewer.