mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 13:24:10 +02:00
[ticket/14253] Show group requests pending aproval at the ACP groups summary
Currenty, you need to open each existing group in ACP to know if there are pending group requests or not. Doing so is really boring and annoying... :/ This patch displays the number of pending group requests at the ACP groups summary page. PHPBB3-14253
This commit is contained in:
parent
b7db2717b2
commit
3d03c834d0
@ -930,6 +930,7 @@ class acp_groups
|
||||
// used for easy access to the data within a group
|
||||
$cached_group_data[$type][$row['group_id']] = $row;
|
||||
$cached_group_data[$type][$row['group_id']]['total_members'] = 0;
|
||||
$cached_group_data[$type][$row['group_id']]['pending_members'] = 0;
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user