Code commits
phpBB 3.3.x
-
Marc b157e1b0d213541a9d5775d86da1cb85de73a25b
Merge pull request #6771 from Neo-CTC/ticket/17463
[ticket/17463] Remove extraneous '&' from search page urls -
NeoDev 3d6e63154fec4280ac1937a1fd78eeae484e74f7
[ticket/17463] Remove extraneous '&' from search page urls
Normally $u_show_results always starts with '&' as it is appended to the
$u_sort_param variable. Which is fine if $u_sort_param is always populated,
which it is, except when searching for new or unread posts. This fix adds a
check for when $u_sort_param is empty and adds '&' as needed.
PHPBB-17463- phpBB/search.php (version 3d6e63154fec4280ac1937a1fd78eeae484e74f7)