1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11444] BC layer

PHPBB3-11444
This commit is contained in:
Tristan Darricau
2015-07-08 23:42:29 +02:00
parent be0d4e20d4
commit 06077d9970
2 changed files with 31 additions and 1 deletions

View File

@@ -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'],