View Issue Details

IDProjectCategoryView StatusLast Update
0008285mantisbtotherpublic2007-10-04 01:38
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.1.0a4 
Fixed in Version1.1.0rc1 
Summary0008285: File Download generates an E_NOTICE
Description

The call to ob_end_clean() generates an E_NOTICE if no buffer exists. The fix is to replace with the following code:

# flush output buffer to protect download
if ( ob_get_length() ) {
    @ob_end_clean();
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.