Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-2.24'
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 2, 2020
2 parents 025210a + 65d47df commit 6467add
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bugnote_add_inc.php
Expand Up @@ -145,10 +145,8 @@
if( $t_allow_file_upload ) {
$t_file_upload_max_num = max( 1, config_get( 'file_upload_max_num' ) );
$t_max_file_size = file_get_max_file_size();

$t_attach_style = ( $t_default_bugnote_view_status != VS_PUBLIC ) ? 'display: none;' : '';
?>
<tr id="bugnote-attach-files" style="<?php echo $t_attach_style ?>">
<tr id="bugnote-attach-files">
<th class="category">
<?php echo lang_get( $t_file_upload_max_num == 1 ? 'upload_file' : 'upload_files' ) ?>
<br />
Expand Down

0 comments on commit 6467add

Please sign in to comment.