1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

Merge branch 'ticket/14577' into ticket/14577-3.2.x

Conflicts:
	phpBB/includes/acp/acp_modules.php
This commit is contained in:
Marc Alexander
2016-04-02 09:51:37 +02:00
5 changed files with 12 additions and 12 deletions

View File

@@ -1431,7 +1431,7 @@ class acp_attachments
$row['group_name'] = $user->lang['NOT_ASSIGNED'];
$group_name[] = $row;
for ($i = 0; $i < sizeof($group_name); $i++)
for ($i = 0, $groups_size = sizeof($group_name); $i < $groups_size; $i++)
{
if ($default_group === false)
{