mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
[ticket/10606] Fix incorrect hidden fields array name in page_header().
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649. PHPBB3-10606
This commit is contained in:
parent
3feeb382c5
commit
35d5d527db
@ -4553,7 +4553,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
|
|||||||
foreach ($_EXTRA_URL as $url_param)
|
foreach ($_EXTRA_URL as $url_param)
|
||||||
{
|
{
|
||||||
$url_param = explode('=', $url_param, 2);
|
$url_param = explode('=', $url_param, 2);
|
||||||
$s_hidden_fields[$url_param[0]] = $url_param[1];
|
$s_search_hidden_fields[$url_param[0]] = $url_param[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user