From f653c1fc58e9fcfd79c327ba79ee0d735c0f6952 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 23 May 2010 20:38:34 +1000 Subject: [PATCH] Fix grammer in comment regarding attachment security Commit f017e817762b3348d8c36f17324f07a62393656f had a typo within one of the new code comment blocks. --- file_download.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_download.php b/file_download.php index 2808f3cec7..adf8e24c18 100644 --- a/file_download.php +++ b/file_download.php @@ -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' ) ) {