diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index a2cfe8f11e..c5f41b464e 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -175,8 +175,14 @@
-
{L_SPECIAL_CATEGORY_EXPLAIN}
- - {S_CATEGORY_SELECT}
+
{L_SPECIAL_CATEGORY_EXPLAIN}
+ -
+
+
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index 0f1fc3f6a8..4e0db21d73 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -1445,16 +1445,21 @@ class acp_attachments
$cat_type = attachment_category::NONE;
}
- $group_select = '';
-
return $group_select;
}