diff --git a/core/print_api.php b/core/print_api.php index 733a6dd546..b094da041b 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -1842,7 +1842,7 @@ function print_bug_attachment( array $p_attachment ) { */ function print_bug_attachment_header( array $p_attachment ) { echo "\n"; - if( false && $p_attachment['exists'] ) { + if( $p_attachment['exists'] ) { if( $p_attachment['can_download'] ) { echo ''; }