mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14459] Fix
PHPBB3-14459
This commit is contained in:
parent
0184865c5c
commit
6787f6706e
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ class acp_attachments
|
||||||
if ($row = $db->sql_fetchrow($result))
|
if ($row = $db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
$old_group_id = $row['group_id'];
|
$old_group_id = $row['group_id'];
|
||||||
donsions[$row['extens
|
do
|
||||||
{
|
{
|
||||||
$s_spacer = false;
|
$s_spacer = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue