From ac74dc876ce215b3cc2c13f497cdd6c574bf65bc Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sat, 7 Jun 2014 01:00:09 +0530 Subject: [PATCH] [ticket/11445] Remove unused foreach key $group_name PHPBB3-11445 --- phpBB/phpbb/notification/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php index 8378af2d99..ad9cd9a3ff 100644 --- a/phpBB/phpbb/notification/manager.php +++ b/phpBB/phpbb/notification/manager.php @@ -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) {