mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-03 04:55:36 +02:00
[ticket/11445] Remove unused foreach key $group_name
PHPBB3-11445
This commit is contained in:
parent
c7687ba5aa
commit
ac74dc876c
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user