diff options
author | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-07-28 14:29:37 +0200 |
---|---|---|
committer | MikelAlejoBR <mikelalejobr@outlook.com> | 2018-07-28 14:29:37 +0200 |
commit | b2277e7bf688168acfa3097730f556b7218858ac (patch) | |
tree | a837408084a554af5a227991402541d76d267537 /phpBB/viewtopic.php | |
parent | 04899d1efd261493111e309600531d363b73bc46 (diff) | |
download | forums-b2277e7bf688168acfa3097730f556b7218858ac.tar forums-b2277e7bf688168acfa3097730f556b7218858ac.tar.gz forums-b2277e7bf688168acfa3097730f556b7218858ac.tar.bz2 forums-b2277e7bf688168acfa3097730f556b7218858ac.tar.xz forums-b2277e7bf688168acfa3097730f556b7218858ac.zip |
[ticket/15733] Remove unused code related to deprecated flood control
PHPBB3-15733
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 3c25c3b037..79852330d9 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -2249,7 +2249,6 @@ if ($s_can_vote || $s_quick_reply) $qr_hidden_fields = array( 'topic_cur_post_id' => (int) $topic_data['topic_last_post_id'], - 'lastclick' => (int) time(), 'topic_id' => (int) $topic_data['topic_id'], 'forum_id' => (int) $forum_id, ); |