Changes between Initial Version and Version 13 of Ticket #14207
- Timestamp:
- 10/11/2014 01:02:48 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14207
-
Property
Status
changed from
newtoclosed -
Property
Severity
changed from
criticaltomajor -
Property
Component
changed from
Administrationtoi18n - Property Keywords reporter-feedback added
-
Property
Milestone
changed from
Awaiting Reviewto - Property Owner set to nbachiyski
-
Property
Resolution
changed from
toworksforme
-
Property
Status
changed from
-
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 }}}