aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-06-07 01:00:09 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-06-07 01:00:09 +0530
commitac74dc876ce215b3cc2c13f497cdd6c574bf65bc (patch)
tree5b7b18bf77724c9d620933eca1a08ffac43ce6bf /phpBB/phpbb/notification
parentc7687ba5aa171b4f9ec964897794695ab72cb069 (diff)
downloadforums-ac74dc876ce215b3cc2c13f497cdd6c574bf65bc.tar
forums-ac74dc876ce215b3cc2c13f497cdd6c574bf65bc.tar.gz
forums-ac74dc876ce215b3cc2c13f497cdd6c574bf65bc.tar.bz2
forums-ac74dc876ce215b3cc2c13f497cdd6c574bf65bc.tar.xz
forums-ac74dc876ce215b3cc2c13f497cdd6c574bf65bc.zip
[ticket/11445] Remove unused foreach key $group_name
PHPBB3-11445
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r--phpBB/phpbb/notification/manager.php2
1 files changed, 1 insertions, 1 deletions
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)
{