Skip to content

Commit

Permalink
Don't echo return value of void function print_max_filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jun 15, 2016
1 parent d634a67 commit 6e8083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_report_page.php
Expand Up @@ -626,7 +626,7 @@
<th class="category">
<label for="file"><?php echo lang_get( $t_file_upload_max_num == 1 ? 'upload_file' : 'upload_files' ) ?></label>
<br />
<?php echo print_max_filesize( $t_max_file_size ); ?>
<?php print_max_filesize( $t_max_file_size ); ?>
</th>
<td>
<input type="hidden" name="max_file_size" value="<?php echo $t_max_file_size ?>" />
Expand Down

0 comments on commit 6e8083d

Please sign in to comment.