Index: file_download.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/file_download.php,v retrieving revision 1.28 diff -r1.28 file_download.php 78a79,83 > $t_download = config_get( 'file_upload_method' ); > if ( $v_content <> '' ) { > $t_download = DATABASE; > } > 80c85 < switch ( config_get( 'file_upload_method' ) ) { --- > switch ( $t_download ) {