1
0
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:
Dhruv 2014-06-07 01:00:09 +05:30
parent c7687ba5aa
commit ac74dc876c

View File

@ -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)
{