diff options
| author | rubencm <rubencm@gmail.com> | 2019-06-25 16:37:16 +0000 | 
|---|---|---|
| committer | rubencm <rubencm@gmail.com> | 2019-06-25 16:37:16 +0000 | 
| commit | 6787f6706ef54d35dd9d8450170823520f9a06c1 (patch) | |
| tree | 4abca504ad7a6ec7cef4a60658b902452627d005 | |
| parent | 0184865c5c1e6661efe7b2a4fa07980fe73bd007 (diff) | |
| download | forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.gz forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.bz2 forums-6787f6706ef54d35dd9d8450170823520f9a06c1.tar.xz forums-6787f6706ef54d35dd9d8450170823520f9a06c1.zip  | |
[ticket/14459] Fix
PHPBB3-14459
| -rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 2 | 
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;  | 
