From d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 14 Jun 2014 15:36:36 -0700 Subject: [ticket/12013] Fix functional tests and sniffer issue. PHPBB3-12013 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index c9f70c87e8..23f2fe8e3d 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -531,7 +531,7 @@ $s_quickmod_action = append_sid( 'start' => $start, 'quickmod' => 1, 'redirect' => urlencode(str_replace('&', '&', $viewtopic_url)), - ), + ), true, $user->session_id ); -- cgit v1.2.1