aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-08-15 06:11:30 +0800
committerFyorl <gaelreth@gmail.com>2012-08-15 06:11:30 +0800
commit884a213d55bfbe06b3c3d63f4596a9a52801a399 (patch)
tree2599cc2d17ab0a600070217d73f59cba04b493d4 /phpBB/download
parent227ae48255f7bfb2dd4387c83df3af5320102615 (diff)
downloadforums-884a213d55bfbe06b3c3d63f4596a9a52801a399.tar
forums-884a213d55bfbe06b3c3d63f4596a9a52801a399.tar.gz
forums-884a213d55bfbe06b3c3d63f4596a9a52801a399.tar.bz2
forums-884a213d55bfbe06b3c3d63f4596a9a52801a399.tar.xz
forums-884a213d55bfbe06b3c3d63f4596a9a52801a399.zip
[feature/attach-dl] Fixed a comment
PHPBB3-11042
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index 170998d5e1..701405f3d4 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -402,7 +402,7 @@ else
if ($files_added < 1)
{
- // None of the attachments had a valid a extension
+ // None of the attachments had a valid extension
$disallowed = implode($user->lang['COMMA_SEPARATOR'], $disallowed);
send_status_line(404, 'Forbidden');
trigger_error($user->lang('EXTENSION_DISABLED_AFTER_POSTING', $disallowed));