mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14626] Event core.make_jumpbox_modify_tpl_ary
https://tracker.phpbb.com/browse/PHPBB3-14626 PHPBB3-14626
This commit is contained in:
parent
256730c76a
commit
516670225d
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ function make_jumpbox($action, $forum_id = false, $select_all = false, $acl_list
|
|||
);
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue