diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-08 23:42:29 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-07-13 22:41:14 +0200 |
commit | 06077d9970d16338f34c67dfec82e20ee703ddb0 (patch) | |
tree | 10a02d64c4cf799b70c51ffb71d431144207780b /phpBB/includes/ucp/ucp_notifications.php | |
parent | be0d4e20d4be8bc3217e5d025058e065b8f2071a (diff) | |
download | forums-06077d9970d16338f34c67dfec82e20ee703ddb0.tar forums-06077d9970d16338f34c67dfec82e20ee703ddb0.tar.gz forums-06077d9970d16338f34c67dfec82e20ee703ddb0.tar.bz2 forums-06077d9970d16338f34c67dfec82e20ee703ddb0.tar.xz forums-06077d9970d16338f34c67dfec82e20ee703ddb0.zip |
[ticket/11444] BC layer
PHPBB3-11444
Diffstat (limited to 'phpBB/includes/ucp/ucp_notifications.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php index 8e9fe2dfc1..c291cc1ddf 100644 --- a/phpBB/includes/ucp/ucp_notifications.php +++ b/phpBB/includes/ucp/ucp_notifications.php @@ -219,7 +219,7 @@ class ucp_notifications { $notification_methods = $phpbb_notifications->get_subscription_methods(); - foreach($notification_methods as $method => $method_data) + foreach ($notification_methods as $method => $method_data) { $template->assign_block_vars($block, array( 'METHOD' => $method_data['id'], |