mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11445] Remove unused foreach key $group_name
PHPBB3-11445
This commit is contained in:
parent
c7687ba5aa
commit
ac74dc876c
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ class manager
|
||||||
|
|
||||||
$this->db->sql_freeresult($result);
|
$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)
|
foreach ($types as $id => $type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue