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:
@@ -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,
|
||||
);
|
||||
|
Reference in New Issue
Block a user