Changeset 32422
- Timestamp:
- 05/06/2015 09:52:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/upgrade.php
r32390 r32422 1319 1319 } 1320 1320 1321 if ( 'byte' !== $content_length['type'] ) {1321 if ( 'byte' !== $content_length['type'] || 0 === $content_length['length'] ) { 1322 1322 // Sites with malformed DB schemas are on their own. 1323 1323 return;
Note: See TracChangeset
for help on using the changeset viewer.