diff options
author | Cesar G <prototech91@gmail.com> | 2014-06-14 15:36:36 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-07-04 01:22:32 -0700 |
commit | d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3 (patch) | |
tree | 95c75df9797da1734c4a53a37065b699070f5b77 /phpBB/viewtopic.php | |
parent | ddf3ab323bb0cd45063917e6cd0c54a37eef5d6e (diff) | |
download | forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.gz forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.bz2 forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.xz forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.zip |
[ticket/12013] Fix functional tests and sniffer issue.
PHPBB3-12013
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |