Changes between Initial Version and Version 13 of Ticket #14207
- Timestamp:
- 10/11/2014 01:02:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14207
- Property Component Administration → i18n
- Property Severity critical → major
- Property Milestone Awaiting Review
- Property Owner set to
- Property Status new → closed
- Property Keywords reporter-feedback added
- Property Resolution → worksforme
-
Ticket #14207 – Description
initial v13 1 1 the fread function run with an error, when you have the length-paramter ist 0. This is possible on use WP in local engines and intranet. 2 2 Small changes on the function: read in class POMO_FileReader 3 3 {{{ 4 4 function read($bytes) { 5 5 if ( isset($bytes) && ( 0 > $bytes ) ) … … 8 8 return; 9 9 } 10 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)