1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/15733] Remove unused code related to deprecated flood control

PHPBB3-15733
This commit is contained in:
MikelAlejoBR
2018-07-28 14:29:37 +02:00
parent 04899d1efd
commit b2277e7bf6
3 changed files with 0 additions and 11 deletions

View File

@@ -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,
);