aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorrubencm <rubencm@gmail.com>2019-06-25 16:37:16 +0000
committerrubencm <rubencm@gmail.com>2019-06-25 16:37:16 +0000
commit6787f6706ef54d35dd9d8450170823520f9a06c1 (patch)
tree4abca504ad7a6ec7cef4a60658b902452627d005 /phpBB/includes/acp/acp_attachments.php
parent0184865c5c1e6661efe7b2a4fa07980fe73bd007 (diff)
downloadforums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar
forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.gz
forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.bz2
forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.xz
forums-6787f6706ef54d35dd9d8450170823520f9a06c1.zip
[ticket/14459] Fix
PHPBB3-14459
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index a44ba61f07..421f3f3545 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -440,7 +440,7 @@ class acp_attachments
if ($row = $db->sql_fetchrow($result))
{
$old_group_id = $row['group_id'];
- donsions[$row['extens
+ do
{
$s_spacer = false;