mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11445] Remove unused foreach key $group_name
PHPBB3-11445
This commit is contained in:
@@ -602,7 +602,7 @@ class manager
|
||||
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
foreach ($this->get_subscription_types() as $group_name => $types)
|
||||
foreach ($this->get_subscription_types() as $types)
|
||||
{
|
||||
foreach ($types as $id => $type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user