Skip to content

Commit

Permalink
Fix grammer in comment regarding attachment security
Browse files Browse the repository at this point in the history
Commit f017e81 had a typo within one of
the new code comment blocks.
  • Loading branch information
davidhicks committed May 23, 2010
1 parent 5eaec26 commit f653c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file_download.php
Expand Up @@ -61,8 +61,8 @@
# and the malicious HTML content would be rendered in the user's browser,
# violating cross-domain security.
if ( $f_show_inline ) {
# Disable errors for form_security_validate as we need to first need to
# send HTTP headers prior to raising an error (the error handler within
# Disable errors for form_security_validate as we need to send HTTP
# headers prior to raising an error (the error handler within
# error_api.php doesn't check that headers have been sent, it just
# makes the assumption that they've been sent already).
if ( !@form_security_validate( 'file_show_inline' ) ) {
Expand Down

0 comments on commit f653c1f

Please sign in to comment.