1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12013] Fix functional tests and sniffer issue.

PHPBB3-12013
This commit is contained in:
Cesar G
2014-06-14 15:36:36 -07:00
parent ddf3ab323b
commit d95c97c3b4
7 changed files with 42 additions and 65 deletions

View File

@@ -531,7 +531,7 @@ $s_quickmod_action = append_sid(
'start' => $start,
'quickmod' => 1,
'redirect' => urlencode(str_replace('&', '&', $viewtopic_url)),
),
),
true,
$user->session_id
);