From 516670225d85ba74a3477bed1ce6324a2f5ed0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Thu, 5 May 2016 20:46:46 +0200 Subject: [PATCH] [ticket/14626] Event core.make_jumpbox_modify_tpl_ary https://tracker.phpbb.com/browse/PHPBB3-14626 PHPBB3-14626 --- phpBB/includes/functions_content.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index a9694e606e..0bf8bc99a0 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -243,8 +243,8 @@ function make_jumpbox($action, $forum_id = false, $select_all = false, $acl_list 'tpl_ary', ); extract($phpbb_dispatcher->trigger_event('core.make_jumpbox_modify_tpl_ary', compact($vars))); - - foreach($tpl_ary as $i => $ary) + + foreach ($tpl_ary as $i => $ary) { $template->assign_block_vars('jumpbox_forums', $ary); }